Forum Discussion
Anonymous
2 years agoNot applicable
Sort a column by another column principle
Hi everyone, I have a table like this I would to visual a table with Parent_Index and Index as Column Label like this I want to sort weekday in order so I create the Order_id columns,...
- 2 years ago
Add a composite key (Index+parent index) and change the order_id column to consecutive numbers across that composite key as needed.
lbendlin
2 years agoSuper User
Add a composite key (Index+parent index) and change the order_id column to consecutive numbers across that composite key as needed.
Anonymous
2 years agoNot applicable
But when it comes for visualizing, I still want to use column "Index" and "Parent_Index" seperately for visual's column labels. Creating composite key and sorting it by distinct consecutive order_id seem not really help.
- lbendlin2 years agoSuper User
You can still do that. Try in out.
- Anonymous2 years agoNot applicable
It worked!! So sorry for late response.
Thank you very much.