I have created a very simple app based on a Sharepoint list. The first screen is the ""BrowseGallery1". The Title 1 on which the app is sorting is input as a date in the norwegian format dd.mm.yyy. How do I have to edit the SortByColums formula so that it correctly sorts by the date? With the current default formula it sorts as though it is written as normal text.
Current formula:
SortByColumns(Filter(Produksjonslogg; StartsWith(Title; TextSearchBox1.Text)); "Title"; If(SortDescending1; Descending; Ascending))

Report
All responses (
Answers (