Page 1 of 1

Calculation on form not working

Posted: Sun Jan 27, 2019 2:44 pm
by GrahamW
If I have some form fields that calculate and the condition is less than and the value is 10. I set the target and the expression to do the calculation it all works
If I then add another condition to say its greater than and I put a value of 10.1 and set the target and the expression nothing works.
however if I remove the first expression that contains the less than condition the greater than one now works.

Can these 2 conditions co exist on one form field to display the correct value in a target field

Graham

Re: Calculation on form not working

Posted: Sun Jan 27, 2019 3:03 pm
by GrahamW
I think I solved it
If I use the less than condition I have to use else condition and the same for greater than I have to use else with it

Graham

Re: Calculation on form not working

Posted: Sun Jan 27, 2019 3:31 pm
by Pablo
Note that calculation is standard HTML functionality. so if something does not work then there is usually a conflict somewhere.