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

Limit size of cross tab columns

Status
Not open for further replies.

jbarbato

Programmer
Apr 6, 2005
56
US
I am using Crystal XI against an Oracle 10g db...

Is there any way to make columns smaller in crosstabs? I am getting the information I want, but I cannot make the crosstab small enough to be of any value. All of the columns are way bigger than the data they hold.

Thanks!
- Jayme
 
You can drag them and shrink them down, however they tend to size to the largest field.

Perhaps you have some padded fields?

You can use a formula in lieu of the field to trim them, such as:

trim({table.field})

Or use a SQL Expression on the field (performed by the database so it's faster) to ensure that they're trimmed.

You might also select a smaller font if it is an issue with the largest column being very wide.

-k
 
yes i found all of that, thank you!

my problem was that I had "Lock Size and Position" On the cross-tab for some reason. I was not able to modify anything!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top