I have a large data set that I have cleaned and put into a cross tab function to output the data with the correct x/y axis. However, I have had to add a "row order" field to sort it by at the end. This creates problems as sometimes, some divisions do not have any data. My goal is to be able to copy the excel output straight into my monthly KPI folder without having to go skip a few lines.
Is there a function to merge my output with the correct tables order?
I have attached a snip of what my cross tab output looks like before I sort by the row order field, and what I want my table to look like, even if I have a null row.