Hi,
I am using a dynamic filter to filter a gallery i have, by using buttons to set it's value, which then updates my gallery.
I've noticed that when i first open the screen, my gallery is blank, as until one of the buttons is clicked on, the filter's value hasn't been set. Is there a way to set the default value of the filter so that when the screen opens there are items in the gallery?
My buttons set the value with the formula:
Button 1: Set(AllStaffGalleryFilter, "All")
Button 2: Set(AllStaffGalleryFilter, "Ward 1")
etc...
And in my gallery it is filtered by:
Filter(Shifts, 'Ward' = AllStaffGalleryFilter)
Thanks