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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get total count of IDs based on selection of region

Hi,

I have one staright table with column Unique ID, Region. my user wants to see the toatl count of IDs based on selection of Region. I tried using Total Count in Statistics box but it is showing N/A.  Could anyone help me how to do this.

Thanks.

3 Replies
matthieu_burel
Partner - Contributor III
Partner - Contributor III

Perhaps this can help you :

= Count({1<REGION = p({$} REGION)>} ID)

This formula will only take in consideration the ID of regions selected and not the other selections.

Not applicable
Author

Thanks for this. Could you tell me where can I use this because my user wants to see the count separately. and I can able to see the Total Count for remaining columns but not able to see only ID column in Statistics box. and this ID is having Primary Key.

Amelia.

matthieu_burel
Partner - Contributor III
Partner - Contributor III

You must create a graph / simple table and put the formula in the expression tab.