Skip Navigation LinksHome Page > Forums > SpiraTeam Forums > Spira Custom Reports > Report the number of proj...
Hi there,
I want to generate a report to show the number of projects/or products in rls6.x with created date, I couldn't find this was asked in the past.
Does anyone know if it's possible to do so and if yes, how?
Thanks!
Hi
Please use a custom report with this query:
select R.PROJECT_ID, R.NAME, R.CREATION_DATE from SpiraTestEntities.R_Projects as R order by R.CREATION_DATE desc
Regards
David
And if you have any questions, please email or call us at +1 (202) 558-6885