I want to apply comma "," to all thousand values as well as 0 decimal places to all measure values how do I do that in below code?
jsondata = .....
var report = { configuratorActive: false, data: jsondata, formats: [{name: '', nullValue: 'blank'}], showHeaders: false };
Hi!
Please find the requested sample here: https://jsfiddle.net/xh3q1y47/20/
Does it work for you?
Hello David and all Flexmonster users,
After the release of version 2.3, we have prepared the updated sample: https://jsfiddle.net/flexmonster/t7z1c31u/.
Regards,
Tanya