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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set analysis -- can't get it working for this situation ...

Hi all,

I have the following calculation which I want to translate into a set analysis expression:


count( distinct if (SO.SOkind = 'PNP' and (SO.Status = 'Ready' or SO.Status = 'Booked'), SOnr) )


I thought this should do the trick ... but I get nothing showed:


count( {<SO.SOkind = {'PNP'}, SO.Status = {'Ready','Booked'} >} distinct SOnr )


Does anyone see what I'm doing wrong here??

thx

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Strangely enough I saved the document, reopend the document ... and now it seems to work.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Strangely enough I saved the document, reopend the document ... and now it seems to work.