Hi,
I have a gallery that i am filtering by using buttons placed above it.
The gallery contains a long list of staff, and the buttons are "Ward 1", "Ward 2", "Ward 3" and "All", which when pressed, update the gallery with a variable filter set to update to whichever button has been pressed
So on select of the ward 1 button is: Set(AllStaffGalleryFilter, "Ward 1"), and then in my gallery i have the items as: Filter(Shifts, 'Ward' = AllStaffGalleryFilter)
The ward 1/2/3 buttons work fine, but i can't figure what i need as the onselect formula for the "all" button, which i want to effectively clear the filter, and show every record regardless of that staff's ward.
Any ideas for how to make the 'all' button work?
Thanks