Forum Discussion

SSILVER31's avatar
SSILVER31
Copper Contributor
Jul 26, 2020

How do I flip a data table 180 degrees?

I have a data table that I need to reverse the sequence of the rows so the bottom row becomes the top row. Can this be done without sorting on a specific column?

2 Replies

  • ziaddali's avatar
    ziaddali
    Copper Contributor
    No, you can't, but you can add a new column that contains (1,2,3,....) and then sort all data depending on it.

Resources