Report checkboxes and exporting
Greetings
I am using Apex 4.2. I have a two part question
I have a simple report I've generated. When the report is generated, I want each row to have a checkbox on the side of it and to set the value of the checkbox to "true". So the checkbox should already be checked upon being generated. Having some trouble accomplishing this
Also...
I know how to export the report to either a pdf or .csv file, however, I want the user to be able to uncheck certain rows that they don't want to include in the report. Can you place a conditional on the report export button/link? As to say, export only those that are checked? Just not sure where to place the conditional statement.
Thanks in advance!