2 reports in one report

Hi,

I have created 1 crystal report in 2008. I made design like Page Header A and Details A AND Page Header B and Details B.

Now I want to apply filter conditions for individuals of Details A and Details B.

For Details A: Status=Yes

For Details B: Status=No

Is it possible to do like that??

Thanks,


Tims_Bo :india: (BOB member since 2008-07-26)

Create a subreport and apply record filter for Status=โ€œNoโ€ and place it in Details B section of main report. In Main report apply record filter for Status=โ€œYesโ€.

Another way of doing this is (just an assumption, but try it). With out subreport, you will have two detail sections. Detail a and Detail b.
Apart from all the field elements you have placed in these sections, insert {Status} field also in both sections and suppress it. Now write suppress conditions in section Detail a: {Status}=โ€œNoโ€ and in Detail b: {Status}=โ€œYesโ€.
Disadvantage in this way is you will not get the whole content for โ€œYesโ€ and โ€œNoโ€ seperately, it will be printed simultaneously.


anil.ganga1 :us: (BOB member since 2007-07-04)