Hi All
I am having trouble filtering my Gallery Results with buttons.
At the moment, I have the multiple buttons in a Container. I have 3 sets of what i want to filter.
1. Request Type - All plus 5 specific options
2. Allocated to - Unallocated, Other plus 3 employee names
3. Progress - Not Started, In Progress, Completed, Cancelled
I want to be able to pick any of the options to filter down my gallery list.
for example, I would click one of the Request Type butons, then an Allocated to name, then Progress. Then if i want to revert to all request types (select All button) I want to ensure all other filters are retained deselected.

I also have the Client Name Search Box working on Items of Gallery: Search('DataSource',SearchBox.Text,"ClientName")
but i am not sure if i need to put the filter items for the buttons in the gallery, and if so, what code.
Thanks for your assistance