Hi All,
I'm on Apex 5.1 and 11.2 database. I have a requirement where I need to generate JSON file on fly when user initiates it (with a button click) from Apex application page.
I had a report with query based on pipelined function that accepted the parameters and generated output from which users used to download CSV data,
Now, instead of showing report output, I need to generate JSON file and provide download option for that file.
May I know how I can achieve that?
Thank you