Forum Discussion
CahabaData
9 years agoMemorable Member
Data View column order change
Data view: I made a couple of calculated columns. They were added to the right, in the order column. I then realized that a couple original columns (originally on the left) should be modeled as ...
- 9 years ago
I created this Idea - Aug 24, 2015
Still waiting...:smileysad:
Anonymous
4 years agoNot applicable
CahabaData Sean Alirezam CodySydney
Use the function 'SELECTCOLUMNS' to create a copy of the original table and reorder the columns in it.
This is how you use it:
SELECTCOLUMNS(<OriginalTableName>, "<Column1NewName>", <Column1OriginalName>, "<Column2NewName>", <Column2OriginalName> ............)
Anonymous
4 years agoNot applicable
No answer yet to a function which should be easily solved by developers. The possibility of rearranging columns in the dataview helps tremendously in the development of solutions!!!