I am trying to figure out how to not have the cross tab be in alphabetical order. I cannot use the record ID because I have transposed data right before adding the cross tab. I cannot figure out how to add the record ID before the crosstab because the data is transposed and there would be too many record id's to group by.
That's why you always have to select an aggregation method (sum, concatenate, first, etc).
Can you share some data and desired output perhaps?
Hi @kbirdkeith
I wrote a blog post about some quirks with the crosstab tool a while ago. The post itself doesn't address the reordering of columns, but scroll down to the last comment by @jessec for a great example of how to deal with this.
https://community.alteryx.com/t5/Engine-Works/Can-the-real-Field-Name-please-stand-up/ba-p/611088