ajoyprabhu
Technical User
Hi all,
I have a query that pools several tables so that I can group data together. I am trying to count the number of UNIQUE values for two fields into a report, grouped by "location". Right now, my report counts the values including duplicates, per "location".
This is how I WANT the report (and in red is what it is doing):
Location A
Application#: 123 Doc#: abc
Application#: 222 Doc#:
Application#: 123 Doc#: xyz
--------------------------------
Count
summary:Apps: 2(3) Docs: 2(2)
--------------------------------
Location B...
...and so on...
I see that I can easily have the count working for blank vs. non-blank cells, but I still do not know how to count unique entires in reports.
Please help!!
Ajoy
I have a query that pools several tables so that I can group data together. I am trying to count the number of UNIQUE values for two fields into a report, grouped by "location". Right now, my report counts the values including duplicates, per "location".
This is how I WANT the report (and in red is what it is doing):
Location A
Application#: 123 Doc#: abc
Application#: 222 Doc#:
Application#: 123 Doc#: xyz
--------------------------------
Count
summary:Apps: 2(3) Docs: 2(2)
--------------------------------
Location B...
...and so on...
I see that I can easily have the count working for blank vs. non-blank cells, but I still do not know how to count unique entires in reports.
Please help!!
Ajoy