I'm trying to create a simple formula if the "Amount" is greater than zero then mark it as "Yes" if not then "No" but I keep getting the "Parse Error at char (22): Invalid type in operator".
The value under "Amount" is vstring. I tried changing it into an Int 32 but then I run into a different error with the IF statement. Attached is a sample data.
Thanks in advance!