I have created a page which has multiple reports. The first IG report (i.e. Clients) it the starting report. When user click on any column from any page (for example I have 10 pages) then it will display the rest of the reports (i.e. Client Data, Client Address etc). The issue is when user click on a column on page no 4, after refresh it will display page no 1 . Expectation is when user click on any column from any page, the row is highlighted and that page even after refresh. I try my best to find the solution but didn’t get any clue. Your help is greatly appreciated. Thanks
Share
When the user clicks on the main report (Clients), then you should refresh the child report regions only. Do not refresh the report, which has been clicked (main report). Because you only need to show the related data into other reports (Client data, addresses, etc.).
Please let me know for further questions or details.
When I click on the main report(Client), whole page is refreshed. I there anyway to stop refreshing the main report(Client)?
You should not refresh the whole page on the selection of the main report. Oracle Apex gives us the ability to refresh regions only.
Just create a dynamic action on the main report on the Selection change event to refresh the child regions. That’s all.