There is currently no way to customise the format of the values in report CSV exports.
Based on the below it looks like this was intended, but the $csvFieldFormatting variable is never actually used.
|
$csvFieldFormatting[$source] = $info['csvFormatting']; |
There is currently no way to customise the format of the values in report CSV exports.
Based on the below it looks like this was intended, but the
$csvFieldFormattingvariable is never actually used.silverstripe-reports/code/Report.php
Line 380 in 908dc49