Oct 25, 2005 #1 AlreadyLost MIS Joined Sep 16, 2005 Messages 191 Location US What is the not in syntax in Crystal? I got an error when I use this formula: "{table.fieldname} not in ['123']
What is the not in syntax in Crystal? I got an error when I use this formula: "{table.fieldname} not in ['123']
Oct 25, 2005 #2 sauved Programmer Joined Sep 13, 2005 Messages 3 Location US Try the following: "not({table.fieldname} in ['123']) Upvote 0 Downvote
Oct 25, 2005 Thread starter #3 AlreadyLost MIS Joined Sep 16, 2005 Messages 191 Location US It works. Thanks. Upvote 0 Downvote