I want to capture this:
([State] = "ID" OR [State] = "WA" OR [State] = "CA" AND [Plan_A] = "X") OR ([State] = "ID" OR [State] = "WA" OR [State] = "CA" AND [CHAIN] = 100 Or [CHAIN] = 200 Or [CHAIN] = 300 Or [CHAIN] = 400)
The above is just my latest attempt. All States are contained in my results. Anyone know what I'm doing wrong? Thanks in advance.