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.
-
In the main report, in Report Browser tab select “Display filters using custom section”.
-
In the custom filter section add an input field for your parameter.
-
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.
-
In the section input field configuration provide D_FilterInput.FilterProperty. In “Change” action of the control you can do a post value.
-
Use D_FilterInput.FilterProperty for filter for both main report and sub report.