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

Formating the Chart's figures by K or Million

Hi, how do we control the numbers to present as thousands (K) or Millions (M) in a chart? I tried to do that in the chart properties under the numbers options, but couldn't figure out.

Image below was the original figures:

Capture.JPG

Image below is the result AFTER I put in the Million Symbol, hoping the figures in the chart shrinks down by 6 digits, but it remains same. In fact, it would be great if the label can present as 0.9M or -5.7M or 16M or -6.3M, all rounded by 1 decimal place. Possible?

Capture1.JPG

Capture2.JPG

2 Replies
maxgro
MVP
MVP

maybe using a dual in expression and formatas Expression default

dual(num(Sum (Sales / $(vCurrency))/1000000, '#,##0M'),

Sum (Sales / $(vCurrency)))

1.png

Not applicable
Author

Hello Massimo, thank you for the advice. I tried but couldn't get it to work though. Didn't know it's so difficult to adjust the currency representation in Qlikview, this is so frustrating, considering it couldbe done easily in excel and tableau.