Question
2
Replies
71
Views
Posted: June 22, 2020
Last activity: June 22, 2020
Display the rows in repeating grid based on the row selected in another repeating grid.
My Requirement is to display some set of rows in a repeating grid based on the selected row in another repeating grid.
I have a common property column eg. Customer ID in both the repeating grids.
When I select/Click the Customer ID row in one Grid then the rows having the same Customer ID in another grid should display.
Any suggestions?
Thanks in Advance!!!
You will need a report definition to which you pass the selected Customer ID as a param to filter the rows you want to display in the second grid.