I have a gallery with the Item property SortByColumns(Filter([@'Source'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
Inside the source, I have a column of data with items 0,1,2
I'm planning to have 3 buttons
if a user press 0 button, it will filter the gallery with items = 0
if a user press 1 button, it will filter the gallery with Items = 1
if a user press 2 button, it will filter the gallery with Items = 2

Report
All responses (
Answers (