Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to prompt for parameter when clicking on-demand subreport

Status
Not open for further replies.

eguthrie

Programmer
Nov 30, 2001
51
US
I have a Crystal Ver 8 main report (crosstab) that contains an on-demand subreport (not a crosstab). (Both use stored procedures.)

The main report has 2 date parameters (start & end dates).
The subreport is linked to the main report through these 2 date parameters. In addition, the subreport contains a 3rd parameter called "State" (string type).

I would like the report to prompt for the State at the time the subreport link is clicked to allow entry of a State at that time, but I can't get it to do that. Is that possible?

(I tried to use a hyperlink in the main report to pass the subreport a State, but that option is disabled.)

Is there a solution for this?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top