Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
cramkumar86
Contributor III
Contributor III

To count the number of filtered rows

HI,

I would like to show the number of filtered rows on my dashboard. Could you please help me with that?

Regards,

Ram

2 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

HI,

Maybe:

Count({1} AnyField) : all your row

Count(AnyField): filtred by selection

Count({1-$} AnyField) : excluded

Help users find answers! Don't forget to mark a solution that worked for you!
cramkumar86
Contributor III
Contributor III
Author

Thank you. In the formula below, when I use only the dimensions I have on filters, it shows a value more than the actual number of rows filtered.

Count(AnyField): filtred by selection

It could be because of the measures and when they are aggregated, the number of rows fetched will be less than the value populated by formula above. How do I include the measures in the formula above?

For eg. Lets say I want to find the total number of rows based on dimensions (Region, BusinessDate) and measures (Native Currenry, Local Currency). How do I do that?