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

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