I have a layer with multiple types of features. What I would like to do is create a dashboard where I display a card for each type of feature with a count of the number of features and then when I click on the card the layer filters to the type of feature only. Is this possible? Ive been experimenting with various controls and am yet to find an elegant solution.
Thank you in advance for any help!
The type of elements that support this kind of workflow are Serial Chart, Pie Chart and Table. E.g. you can create a serial chart with a column for each feature type, and when you click a column you can have it filter your map.
If you want a card for each feature type, you could, e.g., do a pie chart for each type of feature, and filter each of those to only show one type of feature, but that can hardly be called an elegant solution.
Thank you Andreas. This did not really solve my problem but I experimented with some customized lists and data expressions achieved the desired result.