Hi,
Am wondering if this could be done.
I can show a gallery with a onedrive excel table. Checking for the 'status' first, then 'project' and then the 'location'.
Excel onedrive:
SortByColumns(Search([@Table1]; TextSearchBox1.Text; "TotaalGereed";"Project";"Locatie"); "TotaalGereed"; If(SortDescending1; Descending; Ascending))
Works pretty well, but using something like this with a sharepoint table it seems not working at all.
Is there a workarrond for this?
the only thing that works for me right now is.
sharepoint:
SortByColumns(Filter([@FMTproj_DB]; StartsWith(Title; TextSearchBox1.Text)); "Title"; If(SortDescending1; Descending; Ascending))
but that will only show the order by location.