Hi everyone,
I’m working with a hosted feature layer in ArcGIS Online where several attributes contain multiple action items stored together in one text field, for example:
• Pedestrian • Access • Signal • IntersectionEach row may contain anywhere from 1–6 of these bullet-point items, stored as a multi-line string with • bullets and line breaks.
What I want to do
Create a filter in ArcGIS Online (Map Viewer or Instant Apps) where I can select a single item, such as:
"Pedestrian"
"Access"
"Signal"
"Intersection"
…and return all features that contain that item even if the text field contains multiple values.
My question
Is there a reliable way in ArcGIS Online to:
Filter on individual values contained within a multi-value, multi-line text field?
Additional context
This is a hosted feature layer in AGOL, not Enterprise.
I want the end-user to be able to click a filter like “Access” or “Signal” and see all matching features.
What is the best practice for filtering individual items when multiple values live inside one text field in AGOL?