So I have this region on APEX 5.0.1 which have several filters (items as filters for the IR) and another region with the Interactive Report. Every time the user click on "search" The Interactive Report will update the records according to what the user had choose from the items.
I know Interactive reports has integrated filters, however for now, the user wants to use them in this way (for now, then they'll move forward).
The issue here is if the user use those "filters" and I try to Download the CSV File, Apex will download the whole thing (hundreds of records) instead of what the report actually shows (just 1 record). It's there a way to download what the report is showing in that moment using the "Parametros" Region instead of all records?
PS: If the user is using the integrated filters on the IR everything works fine.
Le me know if you need more information.
Thank you!