Forum Discussion
DanBeeding-470d
2 years agoCommunity Member
Multiplication of Variables Using Dial
I'm having an issue here trying to get variables to multiply. I'm trying to show cost savings with users inputting the price per gallon and gallons per acre, and then multiplying those two by extra ...
MichaelHinze
2 years agoCommunity Member
I think the triggers on the two NumericEntry fields need to be changed as shown below.
Also, you need to adjust your triggers to multiply only if none of the two values is zero, otherwise you will get an 'NaN' for the total.