OK, I have what I'm sure is a simple issue but I'm having trouble figuring out how to get it working right in Alteryx.
I have a table like this:
I want to flip it so that it looks like:
| count_1 | count_2 | count_3 |
| 100 | 200 | 300 |
I assume this is done with the cross-tab tool, but I'm having trouble getting it to come out this way. I tried with the transpose tool too. Help?