I am stuggling with calculating the following simple formula:
[ATTRIBUTE + 0.1]
The engine transforms 0.1 to something like 0.10000002870912300 ....
Following workaround did not work:
[Round 0.1 * 100 ] / 100
[ATTRIBUTE + 0.1]
The engine transforms 0.1 to something like 0.10000002870912300 ....
Following workaround did not work:
[Round 0.1 * 100 ] / 100