Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Data labels formatting

Untitled.png

Hi all!

How do I make the data labels show $19.8 M, $18.9 M, and $15.5 M?  I can get them to say $19M, $18M, and $15M, but can't figure out how to add the decimal.

Thanks!

2 Replies
sinanozdemir
Specialist III
Specialist III

Hi,

This is what I used:

Capture.PNG

Hope this helps.

Thanks

MarcoWedel

Hi,

one solution might be also:

QlikCommunity_Thread_189277_Pic1.JPG

QlikCommunity_Thread_189277_Pic2.JPG

=Dual(Num(Sum(Value)/Pow(10,3*Div(Log10(Sum(Value)),3)),'$#,##0.0')&' '&Pick(Div(Log10(Sum(Value)),3),'K','M','B','T'),Sum(Value))

hope this helps

regards

Marco