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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
gerrycastellino
Creator III
Creator III

Rounding number to M in vertical display in bar chart ?

bar_chart1.PNG

would like to see it like this ?

bar_chart2.PNG

1 Solution

Accepted Solutions
MarcoWedel

could be something like replacing your expression with:

Dual(Num(yourexpression/1000000,'0.00')&'M',yourexpression)

hope this helps

regards

Marco

View solution in original post

3 Replies
MarcoWedel

please post sample app to demonstrate.

thanks

regards

Marco

MarcoWedel

could be something like replacing your expression with:

Dual(Num(yourexpression/1000000,'0.00')&'M',yourexpression)

hope this helps

regards

Marco

qlikviewwizard
Master II
Master II

Hi Gerry,

If you are unable to achieve with Marco's advise, please attach the sample file. Thank you.