Hi all,
I'm trying to filter my dashboard indicator data (that gets populated by an Arcade data expression) with 2 simultaneous actions:
- First filter is a basic map extent
- Second filter is a category selector that allows me to filter through different sites
My problem is that, individually, both map extent and category selector filters work as intended but, as soon as I use them both at the same time, one completely overlaps the other, as if the latter didn't exist.
I need both filters to be active at the same time, as some sites overlap each other, so only having a map extent filter wouldn't work all of the time.
I kind of hit a wall here, so any help would be grandly appreciated !
Feel free to ask for more information if I wasn't clear enough.
Cheers,
Rémy
PS: I posted this like an hour ago, but it vanished from the forum, not sure if anyone already had this problem ?
Solved! Go to Solution.
Update on this issue:
I managed to make the two filters work with each other by creating a new attribute within the feature set that was returned by my data expression, and then using the category selector based on that new attribute,
Might not be the most efficient solution, but works well,
Cheers,
Rémy
Any chance you can share the data expression? The fact that the filters work fine independently, but not together, is very strange to me.
Thank you for the answer, here is the expression, which is just used to create a feature set from multiple layers:
Update on this issue:
I managed to make the two filters work with each other by creating a new attribute within the feature set that was returned by my data expression, and then using the category selector based on that new attribute,
Might not be the most efficient solution, but works well,
Cheers,
Rémy