Hi everyone,
Has anyone had this problem?
I have 2 clauses in my SQL Expression Builder in the Query Widget. The user can pick multiple counties and then they can pick multiple Eras. I am using "is any of" for the county list and "contains" for the Era list. The AND is highlighted so I understand this to mean I should get this SQL Query, when using the example of the County as Milwaukee and the Era as 19th Century or 20th Century:
County = 'Milwaukee' And (Era LIKE '%19th Century%' Or Era LIKE '%20th Century%')



Is that right so far? I'll admit this SQL Expression Builder has been very confusing.
So when I run this in ArcGIS Pro, I get 60 records. And when I run it in Experience Builder I get 331. In Experience Builder it is giving me all Counties, not just Milwaukee County. I can't replicate this in ArcGIS Pro - i.e. I can't find a SQL query that gives me 331 results.
Can anyone explain this? What is the SQL query that Experience Builder is running?
Thank you,
A
**Edit - uh oh, and if I change my SQL Expression Builder to start with Era and have County second:

Then I get 438 results in ExpB using the same data - Era as 19th Century or 20th Century and county as Milwaukee.