I have a Crosstab report, and it doesn't print column heading for which te row has no data. In other words, say there are three rows 1,2, and 3 and 3 different data types A, B, and C. Row 1 has values for A, B, and C, Row 2 has B and C, and row 3 has A and C. What I get is:
A B C
1...