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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

showing number of excluded records

What is the easiest way to count the number of excluded records?

1 Reply
swuehl
MVP
MVP

I assume you want to count the number of excluded records specifying a certain field?

Like you are having a field Date, if you select on that field

=count(Date) will give you the number of records of field Date for that selection

and

=count({<Date=e() >} Date)

the number of excluded records for that field.

Hope that helps,

Stefan