HI all,
I have following problem: I have a matrix that contains 0 and values, for each row I would like to order the column headers in order of these values e.g.
Input
Output
| | Category 1 | Category 2 | Frequency 1 | Frequency 2 |
| X | B | C | 5 | 3 |
| Y | D | | 2 | |
How can I achieve this in Alteryx?
Thanks for your help,
-L