Forum Discussion
SSILVER31
Jul 26, 2020Copper Contributor
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?
ziaddali
Jul 26, 2020Copper 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.