If value is < 0, show –
-
Hi, I want to show ”-” if the calculated value is < 0 (negative).
if(fieldname4 == ‘choice1’ & fieldname11 > fieldname5) return -;
It does not work. Basically if the fieldname is choice1 and fieldname11 is a higher number than fieldname5, it should give ”-”
Or is there any other way I can show ”-” if the value is below 0?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘If value is < 0, show –’ is closed to new replies.