Calculation on form not working

Issues related to forms.
Post Reply
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Calculation on form not working

Post 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
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: Calculation on form not working

Post 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
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Calculation on form not working

Post by Pablo »

Note that calculation is standard HTML functionality. so if something does not work then there is usually a conflict somewhere.
Post Reply