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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Yogesh_9999
Contributor II
Contributor II

To list out the values from the count in KPI

I have a kpi which shows count of the users who are also present in other Dept’s excluding the selected Dept. Now, i need to listout the other Dept’s where the user is present.  

i used “Concat(DISTINCT {<Dept= e(Dept),User= p(userE)>} Dept, ', ')” which gives comma separated values. But i need to list the results in detailed tabular format

Labels (1)
2 Replies
Kaushik2020
Creator III
Creator III

Hi @Yogesh_9999 ,

Are you looking output same as below in a table format ?

Kaushik2020_0-1754570672265.png

 

savioricardog
Contributor III
Contributor III

Hi @Yogesh_9999 
I used this measure in KPI:
"Count(DISTINCT {1< user_id = P(user_id), department -= {"$(=Only(department))"} >} user_id)"

And in the table, I used the same measure, but for the Department dimension, I did the following:
"Dim -> department -> Limitation -> Exact Value -> '>=' -> "department <> Only(department)"

and it ended up like this
Qlik_Dept.gif