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: 
Praten361998
Contributor
Contributor

set analysis expression

How to get the count of numbers as per assignee name 

Praten361998_0-1686558660721.png

i want result like this 

avinash shukla  28

Divya Thareja 19

like that i want it for 20 assignee

Labels (5)
2 Replies
MartW
Partner - Specialist
Partner - Specialist

@Praten361998  the screenshot you show, is this the entire table?

because normally qlik will look at data in the frontend and see if it can be combined. (see below)

so in the datamodel you have a table that looks like this.

ID Name

1

a
2 a
3 b

 

then Qlik would show this in the front end (as you display this data as a table)

Name count(ID)
a 2
b 1

 

if you have extra columns in your table it is possible that those columns all got different values in them. therefor Qlik doens't combine the data

Praten361998
Contributor
Contributor
Author

thank you all for help