ctwilliams
Programmer
I am running CR 8.5, and have created a manual cross tab report that groups by category, and lists items under the columns that I have designated (I created a formula for each column).
It works great, only the items are not formatted/spaced the way I need them to be. They are currently spaced like this...
However, I want them to be spaced like this...
How can I "bump up" the items to the top of each column? In other words, how can I suppress the blank areas?
The items are placed in the Detail section of my report. The group 1 header is set to "underlay following sections".
Any suggestions would be appreciated! Let me know if you need any other information.
It works great, only the items are not formatted/spaced the way I need them to be. They are currently spaced like this...
Code:
Category Column 1 Column 2 Column 3
-------------------------------------------------------
Cat #1 Item a
Item b
Item c
Item d
Item e
Item f
Item g
Item h
However, I want them to be spaced like this...
Code:
Category Column 1 Column 2 Column 3
-------------------------------------------------------
Cat #1 Item a Item d Item f
Item b Item e Item g
Item c Item h
How can I "bump up" the items to the top of each column? In other words, how can I suppress the blank areas?
The items are placed in the Detail section of my report. The group 1 header is set to "underlay following sections".
Any suggestions would be appreciated! Let me know if you need any other information.