cancel
Showing results for 
Search instead for 
Did you mean: 

Report Parameter Popup

Former Member
0 Kudos

All,

I have created a report that contains 2 subreports. Both subreports use parameter fields, which are passed to a stored procedure. When I run the main report, the parameter popup window shows the subreport names next to the parameter names on the right side of the window. Is there a way to supress that subreport names? Thanks,

Jim

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Since the parameters are in subreport by default it prompts with subreport name in the prompt text to show the difference between main report parameter and subreport parameter. As a workaround try creating same parameters (from both subreports) in main report and link the parameters with corresponding subreport parameters in change subreport links.

Regards,

Raghavendra

Former Member
0 Kudos

That seems to have worked. Why didn't I think of it....it was late. Thanks for your help,

Jim