Select to view content in your preferred language

Unique/Distinct values in a List widget

398
2
03-31-2025 09:12 AM
Status: Open
AroldoRocha
Occasional Contributor

It would be good to add the option to return a single occurrence of a given attribute to the Experience Builder list widget, avoiding having to choose to use a support table, or even use the query and filter widgets, which have the same feature.

Tags (3)
2 Comments
JeffreyThompson2

https://developers.arcgis.com/experience-builder/guide/text-widget/#dynamic-content-panel

Have you looked at the Dynamic Content options in the Text Widget?

AaronKoelker

Agree this would be really useful. For example, if had a point feature of landmarks with type and county columns, and you want to be able to use filters on the type and get a simple list of the distinct counties where that type of landmark can be found. 

Currently the only widget that seems to be able to group by unique/distinct values is the Chart widget, but that format doesn't work for everything.

@JeffreyThompson2 There doesn't appear to be a way to get distinct values out of a text field using that method.