A
Andre Uys
I have a report with count(*) function to count all the records for each
group.
In the same section I need to indicate how many of the values are unique, in
addition to showing the total count.
I.e.
Location Contact Capacity
A John Manager
A Mike Ops Agent
A John Ops Agent
Summary
Contacts = 3 ( I simply use =count(*))
Unique Employees = 2 (I need help on this one)
Thanks
Andre
group.
In the same section I need to indicate how many of the values are unique, in
addition to showing the total count.
I.e.
Location Contact Capacity
A John Manager
A Mike Ops Agent
A John Ops Agent
Summary
Contacts = 3 ( I simply use =count(*))
Unique Employees = 2 (I need help on this one)
Thanks
Andre