Just finished this tutorial on how to create an interface that will filter one list of items (eg. teachers) by a completely different list of items (eg. subjects) to find a perfect filter match.
Uses the same interface as the in-app filter BUT makes perfect (AND) matches rather than OR matches.
sumDisplay also useful for displaying a dynamic count of matched results - good if you have lots of records.
Just thinking about that little display glitch at the end, perhaps you could add an extra condition to the filter icon ITE - if the filter count equals the total number of records, then blank?
Okay not sure if you guys already have this on a another thread. But we can conduct and AND/OR choice on the Same inline list (no choice component); Using an inline list to grab everything from several other inline lists.
By accident than design I discovered we can do both an AND/OR on the same item.
I’ll share it with you guys.
I have an inline list with 20 different items.
I want to tap on say 5 items AT ONCE to see which of the 20 offer me my selected items.