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!

Row appearing in multiple groups

Status
Not open for further replies.
Apr 16, 2002
8
US
Hi,
In crystal reports XI, Is there a way for the same row to appear in more than one group based on certain formula or condition ?

For Ex:

Group 1
row1
row2
row3

Group2
row1
row4
row5

group3
row2
row3
row7

Thanks
 
Not unless you add the same table multiple times or use a union all statement to add the table multiple times with different conditions in each segment of the union statement. You could get a display like the above in the report footer by using running totals with conditional formulas in the evaluation section.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top