Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
thanks for your answer Stéphane, The author of the extension modified it and now it works correctly, thanks to all
use this Format #.000,00 this can help You
I do, but it does not work, Must be seen 134.777,00
Try same number format in measure
for ex:
num(expr,'#.000,00')
Hi,
Please check your data load editor and try editing this place,
Decimal Separator and Thousand Separator.
Hope this helps.
Thanks,
Lakshmikandh
Hi Jonathan,
Num(Field,'#.##0,00')
Regards
Thanks Lakshmikandh but my data editor already have that configuration
Thank Sharaddha but when I put the function in a measure do I get as indefinite response
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
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
];