Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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 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

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