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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
vanand3535
Creator III
Creator III

Qlik Sense Set analysis expression issue

Hi All,

I have a Qlik Sense set expression which is mentioned below:-

Count({<CUSTOMER_SURRO_KEY={'=Count(Distinct INTERACTION_ID)>0'}>} Distinct CUSTOMER_SURRO_KEY)

I'm not sure what this part is doing and how it's working in the background?

CUSTOMER_SURRO_KEY={'=Count(Distinct INTERACTION_ID)>0'

If someone has any idea about the working of this part then please let me know?

Thanks in advance.

 

Thanks,

Vivek Anand

1 Solution

Accepted Solutions
tresB
Champion III
Champion III

This is called 'advanced search in set analysis'. Here your '=Count(Distinct INTERACTION_ID)>0' is a search string. That means this part will filter CUSTOMER_SURRO_KEY for current selection,  only keys that has at least 1 interaction (more than 0).

 

 

View solution in original post

3 Replies
Channa
Specialist III
Specialist III

it is like having clause in ur SQL

 

it will count CUSTOMER_SURRO_KEY where Count(Distinct INTERACTION_ID)>0

Channa
tresB
Champion III
Champion III

This is called 'advanced search in set analysis'. Here your '=Count(Distinct INTERACTION_ID)>0' is a search string. That means this part will filter CUSTOMER_SURRO_KEY for current selection,  only keys that has at least 1 interaction (more than 0).

 

 

sunny_talwar
MVP
MVP

Look at @hic response (01-10-2018 / 08:38 AM) Here

image.png