Viewing newly added projects

E

EllenAB

Is there a way to create a view that shows projects that were added for a
specific time period i.e. month of May, last week? I found the last
published date but that isn't always the date the project was first added...
I din't see any created on date fields, etc..

Thanks very much,
Ellen
 
D

Dale Howard [MVP]

Ellen --

If you are talking about a Project Center view in PWA, all you need to do is
the include the Created field in your view. Apply Sorting to the view in
Descending order and you will see the most recently-created projects.

If this does not meet your reporting needs, then you would need to query for
the information directly from the Project Server database. The
PROJ_CREATION_DATE field in the MSP_PROJECTS table contains the information
you seek. Hope this helps.
 
E

EllenAB

Thanks very much!

Dale Howard said:
Ellen --

If you are talking about a Project Center view in PWA, all you need to do is
the include the Created field in your view. Apply Sorting to the view in
Descending order and you will see the most recently-created projects.

If this does not meet your reporting needs, then you would need to query for
the information directly from the Project Server database. The
PROJ_CREATION_DATE field in the MSP_PROJECTS table contains the information
you seek. Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top