Hello - I'm new to Domo but observing very unusual behaviour on a calculated field.
When I define the expression
10*(2-1)
It evaluates to 19 (i.e. 10*2 - 1), not 10 as expected!
Bizarrely my colleague on the same instance is unable to reproduce the same.
As a workaround, I've been wrapping bracketed expressions in a POWER function i.e.
10*POWER(2-1,1)
evaluates to 10 as expected.
Has anyone experienced this before? If so, how can I resolve?
Thanks in advance