Well, the first pass at this was OK. Now can we try it with an Oracle database?
I have 2 tables linked one to the other. Let's call them Header and Detail linked on OrderID.
It is POSSIBLE to have a Header with NO Detail as follows:
Header 1
Detail a
Detail b
Header 2
Header 3
Detail x
Detail y
So I have a group at OrderID of Header and at the Crystal Reports Group Header printing Header info only. The detail section within that group prints Detail info.
HOWEVER, if there are no Detail records for an OrderID, I don't get the group header to print showing the Header info.
My selection is ONLY on the Header table.
The whole thing is packaged up in a sub-report, but that doesn't seem to have any importance in the results.
I've tried changing my links between the two tables directionally. I've even tried making the inner join into both types of outer joins.
I can't get Crystal to make a group FOLLOWING a group - it only puts another layer within the same group. Bummer.
Any suggestions? This seems a common thing to me.
Thanks!
/DrW
I have 2 tables linked one to the other. Let's call them Header and Detail linked on OrderID.
It is POSSIBLE to have a Header with NO Detail as follows:
Header 1
Detail a
Detail b
Header 2
Header 3
Detail x
Detail y
So I have a group at OrderID of Header and at the Crystal Reports Group Header printing Header info only. The detail section within that group prints Detail info.
HOWEVER, if there are no Detail records for an OrderID, I don't get the group header to print showing the Header info.
My selection is ONLY on the Header table.
The whole thing is packaged up in a sub-report, but that doesn't seem to have any importance in the results.
I've tried changing my links between the two tables directionally. I've even tried making the inner join into both types of outer joins.
I can't get Crystal to make a group FOLLOWING a group - it only puts another layer within the same group. Bummer.
Any suggestions? This seems a common thing to me.
Thanks!
/DrW