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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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!

Labels (1)
2 Replies
sinanozdemir
Specialist III
Specialist III

Hi,

This is what I used:

Capture.PNG

Hope this helps.

Thanks

MarcoWedel
MVP
MVP

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