counts by groups in view PWA 2007

T

Teresa S

I would like to count the number of entries per group then total in a project
center view. In SharePoint you can do that on the list views you create but
I'm not finding a way to do that in the PWA Project Center views, does anyone
know how to do that?
TIA
Teresa
 
J

Jonathan Sofer

You can do this by creating a custom field called count and setting it to a
formula where the formula is = 1.

All projects must then be published again but once you publish all projects,
they will all have a count = 1 and you can include this field in your
project center views and they will sum up by groupings.

Jonathan
 
T

Teresa S

That works! Thanks!

Jonathan Sofer said:
You can do this by creating a custom field called count and setting it to a
formula where the formula is = 1.

All projects must then be published again but once you publish all projects,
they will all have a count = 1 and you can include this field in your
project center views and they will sum up by groupings.

Jonathan
 
Top