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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
cbaqir
Specialist II
Specialist II

ID names with Mismatched category

My goal is to show the DESCRIPTION where DESCRIPTION is the same but there is more than one GOVERNING_CCG.

For example:

2018-08-08_13-32-58.jpg

What's the best way to accomplish this?

6 Replies
vishsaggi
Champion III
Champion III

What is your expected output you are looking for and where?

neelamsaroha157
Specialist II
Specialist II

may be you can use the below expression to find out the numbers of GOVERNING_CCG by DESCRIPTION

Aggr(NODISTINCT Count(GOVERNING_CCG), DESCRIPTION)

and then use it in the IF condition -

Capture12.PNG

cbaqir
Specialist II
Specialist II
Author

I only want to ID those names with multiple CCGs.

cbaqir
Specialist II
Specialist II
Author

Can you help me understand this? As a dimension?

neelamsaroha157
Specialist II
Specialist II

It is counting number of GOVERNING_CCG by DESCRIPTION. For example in the screenshot there are 2 GOVERNING_CCG for 'Burn Care Adult Admission'.


Note: you can use  - Aggr(NODISTINCT Count(distinct GOVERNING_CCG), DESCRIPTION), if you want to count only distinct values of GOVERNING_CCG.

cbaqir
Specialist II
Specialist II
Author

I only want to show/count those names with multiple CCGs. I've tried your suggestions as both dimensions and expressions but I am not getting it.