Forum Discussion
dlmsbi
5 years agoFrequent Visitor
sort by coloumn
Hi All, I have a question about the next problem: I am try to sort the rows with different coloumn.The problem is i have same word in the coloumn and two different number in the other coloumn. Nor...
- 5 years ago
dlmsbi , You need to have a column with only one value for szint2
create a new column and use that
Sort col = minx(filter(Table, [szint2] = earlier([szint2])),szint2_no)
amitchandak
Super User
5 years agodlmsbi , You need to have a column with only one value for szint2
create a new column and use that
Sort col = minx(filter(Table, [szint2] = earlier([szint2])),szint2_no)