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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cross Tab spacing problem

Status
Not open for further replies.

grecon

Technical User
Mar 8, 2007
78
US
Hi I am having an issue with a cross tab - I have spacing I can't get rid of and it messes up excel when I export. If you look at the photos you will see my settings and the area I am talking about. Any idea how to get rid of the space I show in the 2nd photo marked in red?? Thanks



view


view
This pic shows the spacing I can’t get rid of.

view


If those don't show here are the links

This pic shows the spacing I can’t get rid of.
 
In cross tab expert go to the customise tab and Uncheck Show cell margins.

Report preview is not very neat but export to excel is much better

Ian
 
It looks like the problem is that your fourth row field is null in some cases for a particular third row value. You could try replacing your third row field with a formula like this:

if not isnull({table.fourthrowfield}) then
{table.thirdrowfield}

-LB
 
Go into the "Customize Style" tab and highlight the third group on the left (row fields) Then check the 'suppress subtotals'. It might be that you have to do this on the 4th row field.

Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guides to Formulas, Parameters, Subreports, Cross-tabs, VB, Tips and Tricks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top