Problem with IF Statement
-
First of all, thank you for this great Plugin. Maybe my question is already anwsered here. If so, sorry for that.
I have the following equation:
prec((fieldname3*fieldname4)+fieldname5+fieldname6,2)Fieldname1 is the field where calculation is set.
What I need is when fieldname3*fieldname4 =< 37.50 the output must be (37.50)+fieldname5 + fieldname6
OR
If fieldname3*fieldname4 > 37.50 the output must be (fieldname3*fieldname4)+fieldname5+fieldname6
Could you please help me out?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with IF Statement’ is closed to new replies.