When exporting data from a Report to CSV or Excel format, we would like to transform the display data into internal data representation. For example, we will display a User friendly descriptive name on the report, but when exporting data we would like export internal DB equivalent instead (see below). Similarly, we would like to export additional columns during export if appropriate. Let me know if this is possible to do.
Report display
Loan # Field Name
2 From Date
2 To Date
2 Buyer Amount
Exported Data
loan_id uad_audit_field_name
2 l901_from_dt
2 l901_to_dt
2 l901_buyer_amt
Report display
Loan # Field Name
2 From Date
2 To Date
2 Buyer Amount
Exported Data
loan_id uad_audit_field_name
2 l901_from_dt
2 l901_to_dt
2 l901_buyer_amt