Question
Not able to Pass parameters to Report definition or data page using List to List control Based on Region
Not able to Pass parameters to Report definition or data page using List to List control Based on Region, i want to populate countries, let say i have 2 regions (America, EMEA) to populate regions - we are using repeating grid (as these are changing dynamically from one case to another case) To pass this region to get corresponding countries (Not able to pass these region as parameter) these countries we need to populate in UI as list to list control (need to provide user to select and deselect these countries) America country1 country2 EMEA Country-1 Country-2
Hello Himabindu,
Would suggest you to try the below approach;
- Create an activity to call the report definition
- Browse through the RD and write a when condition to load the countries based on the region parameter, continue when on a condition and exit the activity and sort the list prior storing to a Page
- The same parameter need to be picked by your Data Page (make it a list type) and pass it to the activity
- The Region might be stored on the clipboard check with the clipboard property and pass the same to data page and to an activity
- You can refer the Data Page in the drop down and configure the parameters (make sure the Classes, parameters are configured accordingly in Data Page, activity, RD to make sure the data is getting propagated across the rules)