Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
amithmurali
Partner - Creator II
Partner - Creator II

Show in Millions instead of showing in Thousands.

Hi,

I want to show the values in my chart in Millions even when the values goes to the Thousands, like for "500,000". i want to show it as "0.5 M". can any one help me to achieve this.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:  Num(YourExpression/1000000, '#,##0.##M')

Or similar format in the number tab with million division in th expression.

View solution in original post

2 Replies
tresesco
MVP
MVP

Try like:  Num(YourExpression/1000000, '#,##0.##M')

Or similar format in the number tab with million division in th expression.

amithmurali
Partner - Creator II
Partner - Creator II
Author

Thankyou tresesco for the idea. i have created a new field in the script by dividing it by 100,000 .