This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
See attached workflow.
If I have the following number [Value] = 0.3 and convert to float, fixed decimal 6.2 and double.
the following statement if [Value]<.3 gives a different answer than if [Value]<.30
Only the float gives the right answer for <.3 (false) but if I do <.30 it works for double and fixed decimal. Huh?
This is interesting. When I subtract .3 from Value (redefined columns), sometimes I get -0.00. Those are the instances where you identified issues.
Nice catch.
Cheers,
Mark
Thanks but it is still a concerning bug. Proves once again, always check you workflows. As I wouldn't have thought before to test a number comparison.