Hello,
I am new to Powerapp development. These two functions work perfectly in gallery:
SortByColumns(Search([@'[dbo].[BMS_Jobs]'], TextSearchBox1.Text,"ClientName","CostCenterDescription"), "ClientName", If(SortDescending1, Descending, Ascending)
and
Filter('[dbo].[BMS_Jobs]',FilterText.Text=CostCenterStatus)
All I want is to make both of these functions active in gallery.
Please guide.