I have these two reports (one interactive and a classic) on a page. When I refresh the entire page, the pagination state is kept. However, when I attempt a partial refresh of either region, the pagination state of that region is lost. I am performing the refresh using a dynamic action that calls APEX's built-in region refresh method. This is quite crucial to the application because it is necessary to keep track of the information in the reports in real time.
When I check the wwv_flow_data table, I see that the reports pagination state get overwritten (I) every time a region refresh is performed.
I am using Apex 4.2 using 4.1 compatibility mode.
As an aside, where is the pagination state of an interactive report stored?
Thanks.