Hi All
For some reason a working app suddenly does not sort by columns. If I remove the sbc it still filters properly, the only sbc that works now is by a date column, no errors
SortByColumns(Filter(database,POIID=InspectSelect.POIID),"POIAreaID",SortOrder.Ascending,"POIItemID",SortOrder.Ascending)
POIAreaID=Text
POIItemID=Number
Very strange as it was working before.
Thank you for your time.