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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Tribhuwan
Contributor
Contributor

Count of rows in a table chart

Hi,

I have a below table like this:

Qlik.JPG

Now I want the count of rows for the 2 columns which are highlighted in yellow on the top of these columns.

I have seen in some dashboards but don't know how to do it.

Please help me out.

Labels (1)
1 Reply
Or
MVP
MVP

Change this field's Title/Header to be e.g.:

='FUP_ID (Count: ' & Count(Distinct FUP_ID) & ')'

I assume you want the number of distinct values, counting the number of rows in a table isn't individual to specific columns.