The requirement is when we are exporting a .CSV report, we wanted to have an option to select/deselect fields to be included in the export file.
We have a case that there are IDs in the data model that can't be removed because they are connecting the groups in the data model. The problem is, when we are exporting the report in .CSV format, it is exporting those IDs also because the .CSV format follows the output in data model.
It would be great if we can exclude fields in the .CSV export without excluding them in the data model.