Is there a way to force a "word wrap" in a column heading in a cross-tab? I have two levels of column headings. The first level has three column headings of un-equal width. The second level has 8 column headings of equal width.
Heading 1 Heading 2 Heading 3
Sub heading Sub heading Sub Heading Sub Heading Sub Heading
data data data data data
In my cross tab, Heading 1 cut off. It seems as though CR is interpreted the column format as the width of Heading 2 and Heading 3. When I reduce the size/position, EVERY column in the row is reduced. I also tried to force a line feed (chr(10)) and carriage return (chr(13)) when I assigned the Heading name in my formula. This also did not work. Any suggestions?