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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
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