I want to SELECT a cretain column of an interactive report when a button is clicked. When the button is clicked, it needs to get forwarded to another page. I do not want to re-run the Query, since it is quiet time consuming to run.
Is there any way to query the interactive report with plsql/javascript or save it and forward the queried data when the user clicks the button?