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: 
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

3 Replies
sunny_talwar

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.