Getting Started - Logic variables

NAN means Not A Number, try to remove, for test, parts of the calculation. The var. Spot Omahinta is a number var?

1 Like

In those calculations you should use dots as decimal sign.

Comma’s are used for functions, like
{{round(10+1.51234 ,2)}}
the " ,2" here means the round function should round the result to 2 digits

1 Like

Hah, Thank you. This was it! Dots instead of comma´s!

:slight_smile:

1 Like