Dynamically evaluate not working since update
-
I am using the free version of Calculated Fields Form.
I have had a function that worked until about a week ago, since the submit button appeared it no longer works. I removed the submit button (as it was not needed & the function was supposed to dynamically evaluate) and now nothing happens even though I have all the following selected:
Ticked – Enable autocompletion , Dynamically evaluate equations associated with calculated fields, evaluate the equations in the onchange & keyup events.
The user selects a diameter & metal type. I use a drop down for the metal type to be selected and assign a number to each.
I have the following formulas, I am wondering if you can’t do this calculation in the free version anymore, as my other forms with more basic calculations are working.
PREC((41)/(fieldname6 POW (fieldname3,2)*fieldname5),2)
PREC(((fieldname6* POW (fieldname3,2) /4)1fieldname5),5)
PREC((PREC(((fieldname6* POW (fieldname3,2) /4)1fieldname5),8))*1000,4)
where fieldname6 = Pi ; fieldname3 = diameter & fieldname5 = density.
thanks
- The topic ‘Dynamically evaluate not working since update’ is closed to new replies.