Forum Discussion

Simon_29's avatar
Simon_29
Helper II
4 years ago
Solved

The merged tables do not sort correctly

Hello, I have a problem with mergeing tables and then sorting. The tables were merged correctly. As we can see in the first table, he gives me the first 3 records in a row. It should go as in the ...
  • Simon_29's avatar
    4 years ago

    Hello,

    I found a solution. I added, before merging the query, an index column, which numbered my data from 0 to N ... When I used merge with the second table, it shuffled the whole index column, but I had it sorted again from 0 to N, so it was solved.



    Thanks for your time ๐Ÿ™‚