G
Guest
This is a repost as I got no result with the previous suggestions
I have a report in which I want to summarise how many people are qualified.
the report lists the employeeid the qualification amongst other fields. I
want to count how many people in a particular location are qualified.
However, someone may be qualified in 2 qualifications, but I only want to
count them once.
For example
employeeid 01 is qualified in care 1
employeeid 01 is qualified in management1
employeeid 02 is qualified in care 1
employee id 03 is qualified in care 1
employeeid 03 is qualified in management1
I want the calculation to return the number 3 ie 3 employees qualified, no
matter how many qualifications they have.
How do I do this
a previous suggestion was to use the uniquevalues in the query, but the
count is done in a report and the records would not be unique.
Any other suggestions gratefully received.
I have a report in which I want to summarise how many people are qualified.
the report lists the employeeid the qualification amongst other fields. I
want to count how many people in a particular location are qualified.
However, someone may be qualified in 2 qualifications, but I only want to
count them once.
For example
employeeid 01 is qualified in care 1
employeeid 01 is qualified in management1
employeeid 02 is qualified in care 1
employee id 03 is qualified in care 1
employeeid 03 is qualified in management1
I want the calculation to return the number 3 ie 3 employees qualified, no
matter how many qualifications they have.
How do I do this
a previous suggestion was to use the uniquevalues in the query, but the
count is done in a report and the records would not be unique.
Any other suggestions gratefully received.