Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
You can call method useRaw(true) for your SimpleCard and format the value yourself in function value():
class MyCard extends SimpleCard
{
protected function onInit()
{
$this
...
->useRaw(true)
;
}
protected function value()
{
//return formatted value here
}
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo