Calculations in conditional logic shows formula instead of result
-
I am using conditional logic for calculations in my form. However, for some of my Totals the result is showing the formula (eg. 50+50++) instead of the result (100)
In the order of my conditions, the calculations are as follows:
- Calculating ‘Amount 1-4’ by [Kilometer 1]*0,21
- Calculating hidden field ‘Total KM costs’ by [Amount 1]+[Amount 2]+[Amount 3]+[Amount 4]
- Calculating hidden field ‘total other costs’ by [Amount in Euro 1]+[Amount in Euro 2]+[Amount in Euro 3]+[Amount in Euro 4]
- Calculating hidden field ‘total all’ by [Total km costs]+[Total other costs]
Calculation 1 and 2 work, however 3 shows the formula instead of the result. Therefore 4 shows the calculated total of KM costs, plus the formula of 3.
What am I doing wrong?
Some images as background info:
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.