Hi,
In an IR I have added one checkbox column , on click of checkbox I am adding the ID of that row to an APEX_COLLECTION. I need to generate separate jasper pdf reports on click of a button, for all the checked records which are added to APEX_COLLECTION.
I have successfully added the checked row's id into the apex_collection. But, how pass the ID's from collection, generate and download all pdf reports for all the selected records?
APEX VERSION: 4.2
Thanks,
Sanjaya