Hello,
I have added an icon for sorting a gallery by column "SortByColumns" but want to add another for another column but having trouble with the formula. Below is what I have so far. How would I add the second "SortByColumns" for second icon?
I would like to add another icon for "SortByColumns" for "Customer".
SortByColumns(Filter(Search(LIST01, SearchBox.Text, "E_x002d_mail", "Customer", "LISTRMA_x0023_", "Contact"), If(Dropdown1.Selected.Value = "All", true, Status.Value = Dropdown1.Selected.Value), If(Dropdown2.Selected.Value = "All", true, Branch.Value = Dropdown2.Selected.Value)), "LISTRMA_x0023_", If(SortDescending1, Descending, Ascending))
Thanks in advance.