I am using ExpressionEvaluator to do a simple division: AttributeX/AttributeY. However, I keep getting 0 as the resultant value.
When I try ExpressionEvaluator to do 5/10 it also returns 0. But when I test 10/2 it returns 5. Therefore I am assuming it has something to do with floats.
What should I do to get this to work?
Thanks,