Hi,
like I can do in Excel, I want to sort ascending first column A, then column B
In databases, I can only sort for 1 column
what I have as initial is
A | B |
1 | 4 |
3 | 2 |
3 | 3 |
1 | 1 |
what I want to have as result is
A | B |
1 | 1 |
1 | 4 |
3 | 2 |
3 | 3 |
databases let me only sort for A or for B
so I get either
A | B | A | B | ||
1 | 4 | here I want to have the 1 | 1 | 1 | |
1 | 1 | here the 4 | 3 | 2 | |
3 | 2 | 3 | 3 | ||
3 | 3 | 1 | 4 |
Solved! Go to Solution.
Excited to hear this. Let me know if you need a beta tester ;)
Still looking forward to this ;)
@Rachel Li Any timeline for this yet? Just found/started using Databases and we really need this feature.
+1 on having this feature! We're starting to run our roadmap on DB and the lack of this feature makes it extremely messy!