Hello,
I have a classic report with a custom filter. Users have a requirement to select specific rows within the report using a check box and export only the selected rows to excel. I have been researching and have been unable to find a solution.
I already have classic reports with check boxes along with the FOR i in 1..APEX_APPLICATION.G_F01.count loop process to update selected rows but I cannot get this to work for exporting selected rows. Is it possible to export selected rows?
I am developing in Apex 4.1
Thanks