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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

' issue in set analysis

Hello All,

I am having a big issue with this expression because of the symbol " ' ".Please find below my expression:

= Count({<Q24a={'OUI, tous les incidents ont été résolus'}>}Q24a) / Count({<Q24a={'NON, aucun incident n'a été résolu','NON, mais ces incidents sont en cours de résolution','NON, seulement une partie des incidents a été résolue'}>}Q24a)

I believe that the issue might be with this part : 'NON, aucun incident n'a été résolu'

Any idea how i can solve this pls?

Many Thanks,

Hasvine

11 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

The escaping works fine here. But you can also try another kind of quote character like for example a backtick character ` : =count({<Q24a={`NON, aucun incident n'a été résolu`}>}Q24a)

I suspect the quotes have nothing to do with the problem. Check your data thoroughly. Please post a small qlikview document that illustrates the problem if you need more help.


talk is cheap, supply exceeds demand
Not applicable
Author

I just copied your expression and paste in mine and it worked. 😄

Thanks a lot.

KR,

Hasvine