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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

show '000s in chart caption

Hi,

I have a chart with values in thousands and hundreds.

If i select a field with value 1000, then in chart header, i should show this '000s in chart header.

Since ' is a character used for text in qlikview, i am not able to use it in expression.

So how we can show '000s in chart header?

Labels (1)
1 Solution

Accepted Solutions
Nicole-Smith
MVP
MVP

2 Replies
Nicole-Smith
MVP
MVP

chr(39)&'000s'

Not applicable
Author

Thanks Nicole