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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show values like 50m ,40k on chart bars?

How to show values like 50m ,40k on chart bars?

please find the attached doc

thanks.

apps

19 Replies
giakoum
Partner - Master II
Partner - Master II

Capture.PNG

put k for thousand, M for million etc and also check Values on data points in the expression tab.

Sokkorn
Master
Master

Hi,

Your expression should be like this

If(Sum(FieldValue)>=1000000,Num(Sum(FieldValue)/1000000,'#,##0M'),Num(Sum(FieldValue)/1000,'#,##0K'))

Regards,

Sokkorn

Not applicable
Author

Hi,Sokkorn

iam not getting symbols

please find the attacged iamge

Sokkorn
Master
Master

Hi,

Can you share your expression here? And make sure in use "Expression Default" in "Number" tab.

Regards,

Sokkorn

Not applicable
Author

If(Sum(Access)>=1000000,Num(Sum(Access)/1000000,'#,##0M'),Num(Sum(Access)/1000,'#,##0K'))

i set expression as default in number tab

Sokkorn
Master
Master

Can you share your app?

Sokkorn
Master
Master

See sample app in attached file.

Not applicable
Author

i am chart type style as ''stacked''

that why its not displaying

Sokkorn
Master
Master

Hi,

We should close this discussion.

Rgds,

Sokkorn