Hide minimum value calculated field
-
Can you please take a look at:
https://loeka.optiion.nl/canvas/– check the button called “Canvas compleet”
Now you see a price value of 34.00 and that is because I used this Equation for the Calculated field “Prijs Canvas compleet”.
PREC(fieldname17*2.32+34.00,2)I don’t like the fact that the minumum price of 34.00 is displayed while there is no input in the fields called “Korte zijde foto in cm” and “Lange zijde foto in cm”.
It would be nice if the field “Prijs Canvas compleet” would show a value of 0.00 and only shows the calculated price when there is input in the fieldnames “Korte zijde foto in cm” and “Lange zijde foto in cm”.
To do this I need to edit the Equation for this field like this:
when fieldname15 and fieldname16 are emtpy then display o.oo
when fieldname15 and fieldname16 are each more then 20 then display the outcome of the Equation: PREC(fieldname17*2.32+34.00,2)Is that possible?
Thank you,
Alwin
- The topic ‘Hide minimum value calculated field’ is closed to new replies.