Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
prathipsrinivas
Creator
Creator

Finding intersection counts using Set Analysis

Hi Qlikers,

I have an requirement where I would need to show number of users who fall in both category.

For Example, Consider I have a table like

Name, Category

A, User

B,Developer

c,Developer

A,Developer.

Here, I want to show A as an output since A falls in both the categories.

It would be much appreciated if anyone could throw lights on it.

Regards,

Prathip

 

Prathip
Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

May be something like this

{<Name = p({<Category = {'User'}>})*p({<Category = {'Developer'}>})>}

View solution in original post

2 Replies
sunny_talwar

May be something like this

{<Name = p({<Category = {'User'}>})*p({<Category = {'Developer'}>})>}
prathipsrinivas
Creator
Creator
Author

Thanks Sunny, It worked.

Prathip