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

Set Analysis with Apostrophe

Hi Guys

I have a field called 'Category':

In this field i have text called: SR'S OPEN.

Im trying to perform a set analysis:

=Sum({$<[Category]={'SR' & chr(39) & 'S OPEN'}>} Data)

but this does not work. I think its the apostrophe that erroring.

Any suggestions?

Regards,

Magen

1 Solution

Accepted Solutions
maxgro
MVP
MVP

maybe

=Sum({$<[Category]={"SR'S OPEN"}>} Data)

View solution in original post

3 Replies
maxgro
MVP
MVP

maybe

=Sum({$<[Category]={"SR'S OPEN"}>} Data)

PrashantSangle

Hi,

It work inside ""

Try like

"SR's Open"

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Not applicable
Author

Please try like this,


=Sum({$<[Category]={'SR''S OPEN'}>} Data)


Regards,


Faisal