A
artregdlg
I have a report where I need to count the number of individuals confined by
ethnicity. In this report I can not count not individual who confined more
than once during a particular time period.
I have the following columns:
LastName, Gender, and DateConfined (along with others that need not be used)
My report shows (Example)
Jones, AA, 10/04/04
Jones, AA, 10/0704
Last, AA. 09/17/04
Last, AA, 10/04/04
All my counts, sums, or abs end up with a total of 4(four).
I need the report to only show 2 (two) counts of ethnicity because I need
not to count the duplicate individuals.
I have removed the duplication of the last name, but counting the LastName
seems to not work either.
I have tried various counts, sums, abs, but still getting the total number
not the total number minus duplications.
Thanks in advance for the help
ethnicity. In this report I can not count not individual who confined more
than once during a particular time period.
I have the following columns:
LastName, Gender, and DateConfined (along with others that need not be used)
My report shows (Example)
Jones, AA, 10/04/04
Jones, AA, 10/0704
Last, AA. 09/17/04
Last, AA, 10/04/04
All my counts, sums, or abs end up with a total of 4(four).
I need the report to only show 2 (two) counts of ethnicity because I need
not to count the duplicate individuals.
I have removed the duplication of the last name, but counting the LastName
seems to not work either.
I have tried various counts, sums, abs, but still getting the total number
not the total number minus duplications.
Thanks in advance for the help