You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our interactive grid report is too big to download at once (we run into a timout of our middleware). Our plan would be to start a regular job to create the Excel File of a default report and then provide the generated file to the user as download.
I can't figure out how to call the procedure via PL/SQL directly.
Calling P_IR_TO_XLSX.download_excel causes "Interactive report region does not exist in application".
Is there an "easy" way to export the data?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Our interactive grid report is too big to download at once (we run into a timout of our middleware). Our plan would be to start a regular job to create the Excel File of a default report and then provide the generated file to the user as download.
I can't figure out how to call the procedure via PL/SQL directly.
Calling P_IR_TO_XLSX.download_excel causes "Interactive report region does not exist in application".
Is there an "easy" way to export the data?
Thanks
The text was updated successfully, but these errors were encountered: