Hi,
I am developing a page in Oracle APEX 19.2 and have an interactive report region in my page along with some page items and buttons.
Based on the value selected in the page items I am refreshing the Interactive report region to get the data.
But if I go out of the page and again re-enter the page, my old generated data is still there.
I tried using dynamic action on Page Load by setting a parameter which shall fetch no records and then refreshing the report region. This is working, but it clears the old data after rendering the page. So, users get to see the old data for split second before it gets cleared.
Is there any way I can always clear the old data before even the page is rendered.
Thanks and Regards
Hawker