Problem with the calculation
-
Hello,
I have a problem with the calculation. It is this:
I have fieldname2, fieldname4 and fieldname6 where I write numbers e.g. 1.5, 5.2 and 10
I still have fieldname27 and fieldname30The following source is in filedname27:
(function () {
if (fieldname6> fieldname2)
return prec (fieldname6 / fieldname2,2);
}) ()If fieldname27 is greater than 0, I show fieldname30
The following source is in filedname30:
(function () {
if (fieldname27> 1.5)
return prec (fieldname6 / fiedname4,2);
}) ()Fieldname27 is calculated, but fieldname30 just shows up and stays empty.
Why is that and what kind of solution can I find.
Thanks to all who helped.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem with the calculation’ is closed to new replies.