Home
Analytics
Mapping the output parameter to input parameter
hho
Hi,
is there anyway to map a output parameter from one data set to a input parameter on other data set?
Thanks
Find more posts tagged with
Comments
ericsmith
If you are trying to create a parent-child type report, yes.
In your second dataset, enter the where clause using the ? placeholder, then when you bind the dataset within the report, you can set the parameter = a value from your parent data set.
I do this all the time for "sub reports" - for example when you want to display all orders for each customer etc.
hho
I tried and I was able to pass the output params to input params