Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What is the easiest way to count the number of excluded records?
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