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: 
Not applicable

Consistency between Values on data point & Symbol

Hi,

How can i make the consistecny display between "Values on data point" & "Symbol".

For example, in the Number tab, i define K€ for "thousand symbol". so the chart shows K€. - great.

but when i check the Values on data point, it's not showing, K€, instead it show full 9 digits.

Any idea how to fix this?

1 Reply
Jason_Michaelides
Partner - Master II
Partner - Master II

Maybe put the formatting in the actual expression?  E.g.:

Num(Sum(Sales)/1000,'#,##0K€')

Hope this helps,

Jason