crogers111
Technical User
CR XI
SQL
{Table.ZipCode} is a string
I'm trying to exclude a group of zip codes within my selection criteria and can't get the syntax correct.
Sample of the code that INCLUDES a few of the zip codes (I actually have to exclude approx 30 zip codes):
{Table.ZipCode} in ["95410","95415", "95417", "95418", "95420"]
when I use the following, I get a 'boolean is required here' error:
not({Table.ZipCode}) in ["95410","95415", "95417", "95418", "95420"]
What is the correct syntax to EXCLUDE a group of zip codes that are stored as strings within the Selection Criteria ?
SQL
{Table.ZipCode} is a string
I'm trying to exclude a group of zip codes within my selection criteria and can't get the syntax correct.
Sample of the code that INCLUDES a few of the zip codes (I actually have to exclude approx 30 zip codes):
{Table.ZipCode} in ["95410","95415", "95417", "95418", "95420"]
when I use the following, I get a 'boolean is required here' error:
not({Table.ZipCode}) in ["95410","95415", "95417", "95418", "95420"]
What is the correct syntax to EXCLUDE a group of zip codes that are stored as strings within the Selection Criteria ?