C
creolehottie
Guest
Hello-
I am new to this site. Below is what I'm trying to build into my database:
I have a table with a list as follows:
ID ClusterName
1 CA_001
2 CA-001
3 CA_002
4 CA_002
5 CA_003
etc....
I want to count the total number of Unique records from this table and display this value at the top of a report. So basically the question is..."How many unique clusters are there?"
The next step would be to list each unique cluster and have a detail line listing of all the people falling into that cluster.
I.e. of Ideal Report Layout:
Total Number of Clusters: Value above
CA_001- 2 people
ID 1
ID 2
CA_002- 2 people
ID 3
ID 4
CA_003- 1 person
ID 5
If any one has a clue on how to begin building this report into the database I would really appreciate your help. Thank you.
I am new to this site. Below is what I'm trying to build into my database:
I have a table with a list as follows:
ID ClusterName
1 CA_001
2 CA-001
3 CA_002
4 CA_002
5 CA_003
etc....
I want to count the total number of Unique records from this table and display this value at the top of a report. So basically the question is..."How many unique clusters are there?"
The next step would be to list each unique cluster and have a detail line listing of all the people falling into that cluster.
I.e. of Ideal Report Layout:
Total Number of Clusters: Value above
CA_001- 2 people
ID 1
ID 2
CA_002- 2 people
ID 3
ID 4
CA_003- 1 person
ID 5
If any one has a clue on how to begin building this report into the database I would really appreciate your help. Thank you.