Report on How many CO’s Submitted and released
Hi,
Can you let me know is there any report or search where i can find total CO’s Submitted or released in a given period of time
You have some options in search criteria:
- search by “Date Release” and chose the period for the search
- search by “Status”…
Hi,
and is this query holds good to extract the Total Co’s Submitted and Released from DB, in a given period of time.
select * from change where Submit_date between ’01-Apr-2015′ and ’30-Apr-2015′ and delete_flag is null;
select * from change where release_date between ’01-Apr-2015′ and ’30-Apr-2015′ and delete_flag is null;
Hi,
Is the Change Metrics Report is the answer for my question?
Standard Report • Counts the changes that were moved to a specified status during a time period
Thanks
Divakar
Yes. If you are just looking for a count of the changes – the Change Metrics Report will give you what you are looking for.
You would just need to run the report once for Status Type: Submit and then again for Status Type: Release.