Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Sree_1
Contributor III
Contributor III

How to Handle apostrophe character in Qlik sense

For example:

I have a word consists of apostrophe character(e.g : don't) in my sentence, apostrophe is not acceptable while running a script but I want the special character to be displayed in my sentence. Can anyone help me out?

Thanks in advance!!

Labels (5)
1 Solution

Accepted Solutions
Digvijay_Singh

test:
LOAD
Statement
FROM [lib://test/apostrophe.xlsx]
(ooxml, embedded labels, table is Sheet1);

View solution in original post

13 Replies
alexpanjhc
Specialist
Specialist

try 'don' &chr(39)& 't'

Digvijay_Singh

Can you share the exact statement where you need help?

Sree_1
Contributor III
Contributor III
Author

Thanks for replying back!!

Sure! I have data in my excel file consists of a sentence 'Can't validate without credentials', when I am trying to fetch data into any charts in the dashboard it is showing blank due to the special character " ' ",  so how can I display the sentence in dashboard? Any help regarding above concern will be appreciated!!

Sree_1
Contributor III
Contributor III
Author

Thanks for the response!

I have already tried it but its not working still popping up some error.

Digvijay_Singh

Please share your script statement

Digvijay_Singh

Tried in filter pane, worked okay in Nov 2021 version

Digvijay_Singh_1-1648758517971.png

 

Digvijay_Singh_0-1648758485949.png

 

Sree_1
Contributor III
Contributor III
Author

I want this in word cloud chart

Digvijay_Singh

Whats version you are in, working fine for me

Digvijay_Singh_0-1648758890059.png

Digvijay_Singh_1-1648758920107.png

Are you doing something different than what I have shown? 

Sree_1
Contributor III
Contributor III
Author

Can you please share me the script once