This formula compiles OK:
If {field_name} In [3,5,8,13] Then ' '
The following forumula gets a "The Keyword THEN is missing" error:
If {field_name} Not In [3,5,8,13] Then ' '
The only change was to negate the condition. I know I have used this without problems in versions prior to 8.5.
Any ideas what is wrong with the latter formula?
Thanks.
If {field_name} In [3,5,8,13] Then ' '
The following forumula gets a "The Keyword THEN is missing" error:
If {field_name} Not In [3,5,8,13] Then ' '
The only change was to negate the condition. I know I have used this without problems in versions prior to 8.5.
Any ideas what is wrong with the latter formula?
Thanks.