Hi everyone,
I'm working on an ArcGIS Dashboard and need some assistance with setting up a filter in a category selector. Specifically, I want to filter points on a map based on whether a field contains a certain word. Here's the scenario:
I have a dataset of sites, and one of the fields, OwnershipStatus, contains various text values like "Fully Owned", "Halfway Owned", and "Partially Owned", but sometimes contains values like "Others" and "Pending". I want to create a category selector that allows users to filter the map to show only those points where the OwnershipStatus field contains the word "Owned".
I've tried a few different approaches but haven't been successful. Here’s what I’ve done so far:
Category Selector Setup:
- Added a category selector to the dashboard.
- Set Categories from to Features.
- Selected the layer and the OwnershipStatus field.
Filter Configuration:
- Tried to configure a filter condition that checks if the OwnershipStatus field contains the word "Owned", but there doesn't seem to be a straightforward way to do this directly in the category selector.
Just wondering is it possible to set up a "contains" filter like this in an Arcgis dashboard category selector?