I’ve been working on implementing interactive tag filters in my dashboard. I’ve successfully set up filtered slices for most items, but I’m encountering an issue with tag filtering.
During testing in AppSheet, this expression works well. However, in the live app, it doesn’t seem to function as intended.
Specifically, I’m aiming for the ability to select multiple tags for filtering. For instance, if I select “music” and “instrumental,” I’d like to see all tasks that have both of these tags applied. Essentially, I want the filtering behavior to mimic the native desktop preview version, where selecting multiple tags filters tasks that have all of the selected tags set.
I’m looking for guidance on how to achieve this multiple selection functionality and ensure that the filtering behaves seamlessly within the app environment. Any insights or suggestions would be greatly appreciated.
Your insight made my day! The addition of the TEXT argument was the missing link, though I’m still puzzled about why you need it (if you could shed some light on that, I’d greatly appreciate it).
The expression I ended up using ensures a match for all selected tags in the filter, ruling out any values containing just one of the chosen tags: