Click to See Complete Forum and Search --> : passing parameters to a Sub Report


Bill Crawley
November 10th, 2008, 08:17 AM
Hi All,

I have a report that works fine and I have now introduced a Subreport. The subreport need to have to of the values from the Main Report passed to it, how do I do that.

when I go to field explorer of the subreport, only those fields on my subreport are shown and not the main report + subreport fields.

jggtz
November 10th, 2008, 02:27 PM
Use Shared Variables, read about details in CR help

The most important thing to remember when using shared variables is that Crystal
Reports must first evaluate the formula where the value is stored before evaluating the
formula that retrieves the shared variable.