Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress blank column from crosstab

Status
Not open for further replies.

sirpelon

Programmer
Sep 13, 2001
19
0
0
MX
Hi I really need help

I have a crosstab with four summarized fields and in consecuence i have for columns for every column... something like this:

Column 1 Column 2
Col1 Col2 Col3 Col4 Col1 Col2 Col3 Col4
Row 1 0 0 0 0 0 0 0 0

I'm showing only Col1 in the report, I suppress the Col2..Col4 and I need to know if it is possible to suppress the space occupied by the Col2...Col4 to have something like this:

Column 1 Column 2 Totals
Col1 Col1
Row 1 0 0 0 0 0 0

I'm using CR 9.0, thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top