Hi all,
I have created a subreport that has a parameter called {?Ticket Type}. It has three valid values - Change/Task/HelpDesk.
What I'd like to do is create a master report that includes three 'versions' of the subreport. The first subreport would run with
{?Ticket Type}=HelpDesk, the second with
{?Ticket Type}=Change, and the third with
{?Ticket Type}=Task
The idea here is that I don't really want to run the subreport once for each of these values - I'd rather run the master report, which would run all three as subreports.
Is there a way to pass a static value to a subreport from a master?
I know I could split the subreport into three, with static select statements, but I'd rather have one master, and one sub report, just to make maintenance easier.
Thx in advance
shera4111
I have created a subreport that has a parameter called {?Ticket Type}. It has three valid values - Change/Task/HelpDesk.
What I'd like to do is create a master report that includes three 'versions' of the subreport. The first subreport would run with
{?Ticket Type}=HelpDesk, the second with
{?Ticket Type}=Change, and the third with
{?Ticket Type}=Task
The idea here is that I don't really want to run the subreport once for each of these values - I'd rather run the master report, which would run all three as subreports.
Is there a way to pass a static value to a subreport from a master?
I know I could split the subreport into three, with static select statements, but I'd rather have one master, and one sub report, just to make maintenance easier.
Thx in advance
shera4111