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: 
Davecarlin71
Contributor
Contributor

Where statement when field contains quotes

Hi

 

I am writing a report and bringing in a QVD and using that to show only entries where equals the following text

Call reactivated As 'Comp Awtg Com.'

I can't add the usual quotes marks round it as it is reading the ones in the text. I have tried using " marks and [ but I doesn't work.

 

Please can anyone help.

Thanks

 

Dave

 

 

Labels (1)
2 Replies
sunny_talwar

How about if you do it like this

Where Match(Replace(FieldName, Chr(39), '#'), 'Call reactivated As #Comp Awtg Com.#')
Davecarlin71
Contributor
Contributor
Author

Fantastic thankyou so much 👍👍👍😁