Mapping the output parameter to input parameter

hho
hho
edited February 11, 2022 in Analytics #1
Hi,

is there anyway to map a output parameter from one data set to a input parameter on other data set?

Thanks

Comments

  • ericsmith
    edited December 31, 1969 #2
    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
    hho
    edited December 31, 1969 #3
    I tried and I was able to pass the output params to input params