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

How to group just one table? 1

Status
Not open for further replies.

zhenyulu

Programmer
Jun 16, 2004
16
0
0
US
Hi, everyone.

Here is my dilemma..I have a CR 9 report with c#.net 2003. that I need to operate 4 tables in my report. The 4 tables are linked by the same ID field. What I want is just group the content of one table using another ID in that table. But the CR seems to group the 4 tables together.

What I need is:

section1: some fields in table1
section2: some fields in table2
section3: (only group in this section)
ID1 fileds for ID1 in table3
ID2 fileds for ID2 in table3
ID3 fileds for ID3 in table3
.......
section4: some fields in table4

But the report created by CR is:


Group ID1:
section1: some fields in table1
section2: some fields in table2
section3: (only group in this section)
ID1 fileds for ID1 in table3
.......
section4: some fields in table4

Group ID2:
section1: some fields in table1
section2: some fields in table2
section3: (only group in this section)
ID2 fileds for ID2 in table3
.......
section4: some fields in table4

Group ID3:
section1: some fields in table1
section2: some fields in table2
section3: (only group in this section)
ID3 fileds for ID3 in table3
.......
section4: some fields in table4
..................

Anyone have any ideas how I can make this easier?

Thanks for your help!
 
Hi,
Please only post in one forum..Most folks who frequent this one also frequent the other Business Objects forums..

Multiple postings can lead to confusing and incomplete answers..

[profile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top