Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
maheshgandem
Contributor II
Contributor II

count if help

Hi, am new to Qlik and need 1 help. Am trying to fetch customer_id data who have given complaints for more than 2 times. currently using =Count({<reopen_count={'>2'} however, when fetching the data, full data is getting as an output, pls help

3 Replies
maheshgandem
Contributor II
Contributor II
Author

=Count({<customer_id={'>2'}

Anil_Babu_Samineni

Perhaps this?

=Count({<customer_id={"=Count(customer_id) > 2"} customer_id)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
agigliotti
Partner - Champion
Partner - Champion

do you have a field named "reopen_count" ?