I am creating a map in AGO in which I would like to show only 4 types of sitetypes in 7 towns.
(using this dataset: https://maps.vcgi.vermont.gov/arcgis/rest/services/EGC_services/OPENDATA_VCGI_EMERGENCY_SP_NOCACHE_v1/MapServer/29)
In ArcMap, I am able to filter the dataset using this query:
"TOWNNAME" IN ('TOWN1','TOWN2','TOWN3','TOWN4','TOWN5','TOWN6','TOWN7') and "SITETYPE" IN ('SINGLE FAMILY DWELLING', 'SEASONAL HOME', 'MOBILE HOME', 'MULTI-FAMILY DWELLING')
But I am finding it awkward to replicate this in AGO.
Below is a screen shot of how it is starting out, but it is going to be a laborious process to get all the towns and sitetypes accounted for in the filter.
Is there an easier way to replicate the SQL query in AGO?
