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

Quote Character

Hi all,

How can write a character ' (quote) in a object text.

Ex: L'Or

Thank All

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

It's chr(39). So it will be
='L' & chr(39) & 'Or'

View solution in original post

2 Replies
Anonymous
Not applicable
Author

It's chr(39). So it will be
='L' & chr(39) & 'Or'

Not applicable
Author

Thank 1000