Im using CR 8.5 an i have a report with 3 subreports in details a,b and c what i need to do is set a parameter so i can select which ones get displayed/run weather it be all or just one.
You can suppress a section, which means that any subreport in the section will not be run. Right-click on the left-hand margin for the section. You'll get several options, including Suppress. To do this selectively, choose Format Section. Then choose the formula icon (x+2 and a pencil) for suppression etc.
The formual could be something like
Code:
@Param in ["A", "D", "E", "G"]
In this example, value A suppresses just the first, D the 1st and 2nd, E the 1st and 3rd, G all three.
Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.