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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
rathnam_qv
Creator
Creator

Text Objet

Hi all,

in my Text Object i need to display text in single cotes....the cotes should display with text (Ex: 'smiley')

Regards

Smiley

1 Solution

Accepted Solutions
mphekin12
Specialist
Specialist

Try this:

=chr(39) & 'smiley' & chr(39)

View solution in original post

2 Replies
mphekin12
Specialist
Specialist

Try this:

=chr(39) & 'smiley' & chr(39)

MayilVahanan

Hi

For text object

=Chr(39)&'smiley'&Chr(39)

where chr(39) represents single qoutes

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.