I had a table where I had to flip flop the rows and columns, which I did successfully with a transpose, following by a crosstab. However, when doing the crosstab, it inadvertently switched the row order on me.
Below is a view after the transpose:

Below is a view after the crosstab; ChangeinNAV_Bond is now above Sum_PriorQ_NAV:

Does anyone know how to fix this so that ChangeinNAV_Bond remains below Sum_PriorQ_NAV