Hello
I am not able to make comparisons with float fields work as I expect when the number has a decimal part equal to zero
In the attached image I have represented the testing process for this case, which has two tasks
The first task shows the tests that are done
The second task generates a record with the values of all the fields involved
I prepare a record with three float fields with three values 1, 3.5 and 0 which are the ones to be read.
In the image you can see these values and the definition of these fields (Decimal is the word used in Spanish for float)
When running the process the comparison works correctly only
What am I doing wrong?
I am not able to make comparisons with float fields work as I expect when the number has a decimal part equal to zero
In the attached image I have represented the testing process for this case, which has two tasks
The first task shows the tests that are done
The second task generates a record with the values of all the fields involved
I prepare a record with three float fields with three values 1, 3.5 and 0 which are the ones to be read.
In the image you can see these values and the definition of these fields (Decimal is the word used in Spanish for float)
When running the process the comparison works correctly only
What am I doing wrong?
Comment