Forum Discussion

dlmsbi's avatar
dlmsbi
Frequent Visitor
5 years ago
Solved

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...
  • amitchandak's avatar
    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)