Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qilk-Sense-Chartjs Format Number

Hello, I have a problem by placing a number format to a measure in the extension Qilk-Sense-Chartjs, my original number is 200000, I would like to see 200.000,00 but when I put the format #.##0.00 is seen as 200,000.000,00, do you know someone that format should I use? Thanks



Imagen.png

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

thanks for your answer Stéphane, The author of the extension modified it and now it works correctly, thanks to all

View solution in original post

11 Replies
Not applicable
Author

use this Format  #.000,00 this can help You

Anonymous
Not applicable
Author

I do, but it does not work, Must be seen 134.777,00Imagen.png

shraddha_g
Partner - Master III
Partner - Master III

Try same number format in measure

for ex:

num(expr,'#.000,00')

lakshmikandh
Specialist II
Specialist II

Hi,

Please check your data load editor and try editing this place,

Decimal Separator and Thousand Separator.

attach.png

Hope this helps.

Thanks,

Lakshmikandh

antoniotiman
Master III
Master III

Hi Jonathan,

Num(Field,'#.##0,00')

Regards

Anonymous
Not applicable
Author

Thanks Lakshmikandh but my data editor already have that configurationImagen.png

Anonymous
Not applicable
Author

Thank Sharaddha but when I put the function in a measure do I get as indefinite response

imagen2.png

Anonymous
Not applicable
Author

Thank Antonio but when I put the function in a measure do I get as indefinite response, i am using this extension http://branch.qlik.com/#!/project/576bab2754cc348900aeb122

Anonymous
Not applicable
Author

I am using this extension, http://branch.qlik.com/#!/project/576bab2754cc348900aeb122 and my test aplication is very simple, only a inline table and a bar chart


Table:

Load * inline

[

Month,Cantidad

Ene,155000

Feb,20000

Marz,134777

Abril,123456

Mayo,200000

];