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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count unique rows

Hello all,

I want to create in qlikview  a expression which tell me about  the total webshop order. In the underneath picture of row R the total row is 17.  the correct row is actually 13. which expression should i use to count the unique rows?

Greets,

Rega

Labels (1)
3 Replies
sunny_talwar
MVP
MVP

Try this:

Count(DISTINCT PostingReference)

Chanty4u
MVP
MVP

try

=Count(FieldName)     ---->  it will give total count.

=Count(Distinct FiledName)  ----- >it will give unique count.

Not applicable
Author

Hi Rega,

Try the Distinct function like Sunny has instructed.