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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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?

1 Solution

Accepted Solutions
Nicole-Smith

2 Replies
Nicole-Smith

chr(39)&'000s'

Not applicable
Author

Thanks Nicole