Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to show values like 50m ,40k on chart bars?
please find the attached doc
thanks.
apps
put k for thousand, M for million etc and also check Values on data points in the expression tab.
Hi,
Your expression should be like this
If(Sum(FieldValue)>=1000000,Num(Sum(FieldValue)/1000000,'#,##0M'),Num(Sum(FieldValue)/1000,'#,##0K'))
Regards,
Sokkorn
Hi,Sokkorn
iam not getting symbols
please find the attacged iamge
Hi,
Can you share your expression here? And make sure in use "Expression Default" in "Number" tab.
Regards,
Sokkorn
If(Sum(Access)>=1000000,Num(Sum(Access)/1000000,'#,##0M'),Num(Sum(Access)/1000,'#,##0K'))
i set expression as default in number tab
Can you share your app?
See sample app in attached file.
i am chart type style as ''stacked''
that why its not displaying
Hi,
We should close this discussion.
Rgds,
Sokkorn