Wrong Calculation with decimal numbers
-
Hello guys,
I’am kinda stuck with a problem regarding the calculations field. I have a calc field (currently called “Nettooooo”) where I expect a result of 356,148 with the following setting:({select-1}*60)+({number-1}*2*0.1824)+((({number-3}*60)+{number-4})*0.5)+(({select-1}+1)*30)+({radio-2}*({select-1}-{select-3}))+({select-3}*{radio-3})
select-1 = 2
number-1 = 10
number-3 = 1
number-4 = 0
radio-2 = 30
select-3 = 0,75
radio-3 = 60
But my formular will return 326,148 and I think the problem is my decimal number in select-3
The complete formular can be found here:
https://pastebin.com/bNThcsSg
Did I miss something? Thanks in advance!
- The topic ‘Wrong Calculation with decimal numbers’ is closed to new replies.