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

Cross Tab

Status
Not open for further replies.

Kaushik1975

Programmer
Jul 8, 2001
23
IN
Hello
Is there a way by which u can restrict number of columns that come on cross tab. I have a problem that it does not fit in one page so i would like that to continue on the next page


Bye
 
You can use a formula field that creates two values from your column field, somethinng like:

If {field} > "M"
then "Group 1"
else "Group 2"

Create a group in your report on this field and place the Cross-tab in the Group Header. It will split into two pieces. Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top