Hi, i'm confused, supposed to be a simple task so wtf.
A gallery is filled with data from a collection, im trying to sort the data with
SortByColumns(colPreisentwicklung;"Nummerierung";Descending)
The result:
the data in the collection is imported from an excel-file, i think that is the problem, somehow.
any suggestions=?
greetz
ste
Glad it worked out for you
Okay, great, it works, i had this idea before, but it didn't work with SortByColumns and i need to sort several columns.
So my Solution looks like this now:
SortByColumns(Sort(colPreisentwicklung;Value(Nummerierung);Descending);"Jahr";Descending)
But i'm still confused, sortbycolumns works perfect with "Jahr", but not with "Nummerierung", totally strange...
Sort(colPreisentwicklung,Value(Nummerierung),Ascending)