I have a conditional statement, which does not work - cannot find the mistake (error "Invalid type in operator >") - Any idea?
Solved! Go to Solution.
Hi @Shaman
The possibility is [Age] is a string datatype convert it to int datatype and try. Provide some sample data we can try.
Hope this helps : )
I have ToNumber([Age]) before
Integer helped indeed !!!
Happy to help : ) @Shaman
Cheers and have a nice day!