Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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
Champion

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

Hi,

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

Rgds

Anand

SunilChauhan
Champion
Champion

see the attached file

hope this help you

Sunil Chauhan