hide/show field based on conditions in total sum field
-
Hi,
I’m trying to work out how to show/hide a field based on a conditions applied the total sum field.
I want to show/hide a field based on the “>= 4” part of the equation below. Can you help?
var discount = 1;
var result = fieldname31+fieldname16+fieldname54+fieldname58;if(fieldname5+fieldname36+fieldname53+fieldname57 >= 4) discount = 0.95;
return result*discount+fieldname27+fieldname28;})(),2)
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘hide/show field based on conditions in total sum field’ is closed to new replies.