I'm Not able to pass values in filter parameters from main report to sub reports while running the report?

I’m Not able to pass values in filter parameters from main report to sub reports while running the report?

@AnjuN17205503

Hi,

You can do below approach which will work.

  1. In the main report, in Report Browser tab select “Display filters using custom section”.

  2. In the custom filter section add an input field for your parameter.

  3. Create a Page type Data Page “D_FilterInput” with source as Data Transform in which you can set default filter values. You need to create a property for parameter and set default value to that.

  4. In the section input field configuration provide D_FilterInput.FilterProperty. In “Change” action of the control you can do a post value.

  5. Use D_FilterInput.FilterProperty for filter for both main report and sub report.