Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Pls try the "format" property of clientRowGroup's calculate like this:
"clientRowGroup" => [
"productLine" => [
'direction' => 'desc',
'calculate' => [
'totalSales' => ['sum', 'dollar_sales',
"format" => "function(value) {return value.toLocaleString();}",
],
You could replace the javascript function toLocaleString() with any custom number format function or javascript code that you like. Let us know if this works for you. Rgds,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo