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

Text labels on Multi-Column Report

Status
Not open for further replies.

HiHeidi

Technical User
Aug 16, 2001
15
US
I have followed the instruction on support.crystaldecisions.com KB article c2005944 and need further help.

I use the formula to conditionally suppress my Details A sections where the text labels are:
Whileprinting Records;
Numbervar x;
Remainder(x,5)<> 1

I only want this to display on the far left. What I get is in Details a Starting at column 2 through 5, 7 - 10, etc. In Details B I have column 1, 6, 11..

How can I get it to only show once and then all my columns.

Thanks!

-Heidi
 
My guess is that you need to move the formula responsible for incrementing x from Detail B to Detail A.

(Also, Detail B should have no Suppress expression).

hth,
- Ido
CUT (Crystal UTilities): e-mailing, exporting, electronic bursting & distribution of Crystal Reports:
 
The &quot;count&quot; field responsible for incrementing x IS in details A and there is no suppression criteria in Details B.

What a complication! Do you know of any other way to get text labels in a multi-column report?

-Heidi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top