Good morning,
I have created a report based on table. The table is like the following:
Project_ID, Manager, Resources
1234, John Doe, James A.
1234, John Doe, John D.
1234, John Doe, Julie D
1234, John Doe, Juliet C.
1245, Peter T, Paul O.
1245, Peter T, John C
1256, Cory T, Ken T.
1256, Cory T, Ray S.
......
I created a simple report, grouped by Project ID.
At the Report footer, I would like to do a count on total project. Look like it counted the number of records, rather than Project ID. I have already suppressed the duplicated value.
Based on the sample above, it showed like 8 projects. It supposed to be 3 projects.
I created an unbound field called Total. When I used the control source, =Count(Project_ID), it did not seem to work. I would like it to count the unique record. I could not make it in the Expression Builder.
Can anyone show how I can use the code to summarize the unique count in the report? Thank you.
I have created a report based on table. The table is like the following:
Project_ID, Manager, Resources
1234, John Doe, James A.
1234, John Doe, John D.
1234, John Doe, Julie D
1234, John Doe, Juliet C.
1245, Peter T, Paul O.
1245, Peter T, John C
1256, Cory T, Ken T.
1256, Cory T, Ray S.
......
I created a simple report, grouped by Project ID.
At the Report footer, I would like to do a count on total project. Look like it counted the number of records, rather than Project ID. I have already suppressed the duplicated value.
Based on the sample above, it showed like 8 projects. It supposed to be 3 projects.
I created an unbound field called Total. When I used the control source, =Count(Project_ID), it did not seem to work. I would like it to count the unique record. I could not make it in the Expression Builder.
Can anyone show how I can use the code to summarize the unique count in the report? Thank you.