I am processing some data in which on of the field value have to be checked for float,.
I've tried using tester with arithmatic editor function @double(<FLOAT>) but as soon as something other than integer enters it crashes.
Another approach I've tried is using ExpressionEvaluator with same math function for integer values it works fine and in other than integer values this does not crashes but gives function parameter as it is in _result which is not helping.
Can anybody please help me in finding some other way out in this situation.
Thanks in advance.