Hi!
I am trying to create a function in the formula tool that says: If Feild 1 is greater than 10 000, then leave as is, else make blank. My snytax looks like this: if [Book_Attr.GL Company] >= 10000 then [Book_Attr.GL Company] else "" endif .
I am receiving the error: Invalid type in operator >= . Is there something wrong with my snytax or another way to write a greater than function?
Thanks!