Hi is there a way of using a square root calculation in a form. I see there is a shortcode you can use for a view but how can I display the calculation in the form. eg
QTc calculator
(Number field 1)
(Number field 2)
Text - default text = (Number field 2)*0.04
Text field 2 - default text = (Number field 1)*0.04/[square_root number=[ID ofText field 1]]
0r
Text field 2 - default text = (Number field 1)*0.04/√((Number field 1)*0.04)
Any help would be appreciated. Thanks Tudor
Thanks - I had tried this but I am not sure if I am using it correctly.
the formula I put into the text field for the calculation is this:
(Number field 1)*0.04/Math.SQRT((Number field 2)*0.04)
Thanks - I had tried this but I am not sure if I am using it correctly.
the formula I put into the text field for the calculation is this:
(Number field 1)*0.04/Math.SQRT((Number field 2)*0.04)
Please login or Register to submit your answer