I am in the same situation. Iam converting from Impromtu 7.1 to C8.4. With the help of some manual I was able to develop my package and some of my reports from scratch. But any reports that were developed as a crosstab using Impromptu 7.1, I can't recreate them using C8 Report Studio. When I create a crosstab there are no heading for the rows.
example
Region ngp mdn status
group by all 4
Normally I would get the following in Impromptu:
Region ngp mdn AA AI AG
1 AA 1234567 20 10 1
2345678 2 7 3
2 AA 0987655 7 1 6
In C8 I get this when I select crosstab
AA AI AG
1 AA 1234567 20 10 1
2345678 2 7 3
2 AA 0987655 7 1 6
How can I do the same in C8 that I was able to do in Impromptu?