Hi everyone,
Do you have the problem issue like me. I used the filter tool for the column for which value is greater than 1240, but the True result still have some result are 1240. I don't know what is the reason?
Thanks
Phuong
Hi @nphuong84 ,
it seems to be a problem related to the internal representation of the double data type. If you round the field to filter on, it will work (I did this in your workflow, used 2 decimals and it seems to work fine). Hope this is helpful.
Best,
Roland
Hi @nphuong84
Can you check your data type of the column you're filtering on? It's likely it's not a numeric data type (double etc.) which could be causing your issue.
If this solves your issue please mark the answer as correct, if not let me know!
Regards,
Jonathan