Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

field level count values

NAMES
1.NAVEEN
2.RAJU
1.NAVEEN
2.RAJU
3.JOHN

2.RAJU

4 Replies
Chanty4u
MVP
MVP

Hi,

use

=count(urfield)      // it will gives u total count

or

count(Distinct Filedname)  //  it will gives u distnct count

Kushal_Chawda

=FIeldValueCount('FieldName')  - this will always give you distinct value count

if you want total value count then use

Count(total FieldName)

Not applicable
Author

Result is ok

count({<NAMES={'1.NAVEEN'}>}NAMES)

Chanty4u
MVP
MVP

cool.

if u got the solution please close this thread as correct  and helpful answers

Qlik Community Tip: Marking Replies as Correct or Helpful