Forum Discussion
Simon_29
4 years agoHelper II
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 ...
- 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 ๐
Simon_29
4 years agoHelper II
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 ๐