ashishtheapexian / BlogComments

BlogComments
MIT License
0 stars 0 forks source link

post/interactive-report-filter-url-apex-part2/ #8

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Interactive report Auto filter via URL ORACLE APEX Part 2 - Ontoor Blogs

https://blogs.ontoorsolutions.com/post/interactive-report-filter-url-apex-part2/

praveenprabhakaran016 commented 2 years ago

I'm experiencing issues while download an IR export into excel. Using APEX_IR package I had created a before header process to apply a filter on records created by the :APP_USER. With the filter applied when I download the export it works fine of course but when I manually remove the filter and click on download, the file only contains with records with filter applied.

I understand when we click on download within an IR it initiates a page refresh that might be causing the issue. What can I do to correct this behavior?