There is a requirement to change the order of columns on the basis of count. for eg. A B C D 4 2 1 3
output should be: C B D A 1 2 3 4
Constraints: We don't know the column names, so we can't use table C B D A
Here's a similar question with an answer. See if that will work for you
https://answers.splunk.com/answers/89367/table-sort-columns-numerically.html