Need a special offer?Find out if your project fits.
+

Formatting to all the measure values and inline code

Answered
David Chen asked on February 20, 2016

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 };

 
 
 
 

2 answers

Public
Roman Petrusha Roman Petrusha Flexmonster February 22, 2016

Hi!

Please find the requested sample here: https://jsfiddle.net/xh3q1y47/20/
Does it work for you?

Public
Tanya Gryshko Tanya Gryshko Flexmonster December 7, 2016

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

Please login or Register to Submit Answer