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
(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
(BOB member since 2007-07-04)