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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Group with After Count Number

Hi,

I use a expression to coun(TicketNo).

for example:

TicketNo          =count(TicketNo)

    1                          9

    2                          9

    3                          10

...

how can i group all count(TicketNo=9) in one... so that when i can click 9 it will show me 1 and 2

Thanks

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Hi,

Make a new resident table and create a field there with count(ticketNo) and use this field to group

Rgds

Anand

View solution in original post

4 Replies
SunilChauhan
Champion II
Champion II

please see the attached file.

hope this helps you

Sunil Chauhan
Not applicable
Author

but now my situation is i do the count from the expression count(ticketNo) where i wish to group for the result not define by me...

its_anandrjs
Champion III
Champion III

Hi,

Make a new resident table and create a field there with count(ticketNo) and use this field to group

Rgds

Anand

SunilChauhan
Champion II
Champion II

see the attached file

hope this help you

Sunil Chauhan