I want to filter my gallery based on a Combobox.
and it is filtering correctly , but before u filter my gallery shows empty.
But I want that when the gallery opens it shows everything directly and then you can filter if you want
This is how i did it:
["Overall", "Detail", "Open"]
IsEmpty(ComboBox1.SelectedItems)||helper_GA in ComboBox1.SelectedItems.Value)
Thank u