Performance and Earned Value / EV Performance Reports
Change Number
13.6.ImportACWP01 – Get Project Name if no Override
Correction, Change or New feature
Correction – Project name is taken from “Project Unique Name or ID” on the form named “Project Performance and Earned Value Reporting” if no override import field is provided
Detailed Explanation
In the prior version, if no override import field is provided for Project Name, the name would import as “NA” instead of “Project Unique Name or ID” on the form named “Project Performance and Earned Value Reporting”. This version uses “Project Unique Name or ID” if a Project Name Override value is not assigned on the Import Cumulative Actual Values form.
Build Release
13.6.3 2021-11-10
Change Number
13.6.ImportACWP02 – Use Program or Project ID to Get Current Period ACWP
Correction, Change or New feature
Correction – Current Period ACWP = Cumulative ACWP when using Make Program Level Report and the ACWP records do not match the active project’s Project Unique Name or ID on the Project Performance and Earned Value Reporting form
Detailed Explanation
In the prior version, the criteria for looking up prior cumulatve ACWP used Project Unique Name or ID regardless of the user’s selection for Make Program Level Report. This caused no prior ACWP records to be found if the ACWP project id did not match the active project’s Project name.
This condition has been corrected in this version.
Build Release
13.6.3 2021-11-10
Change Number
13.6.RegionalDateFormatsSQL01 – SQL Reverses DD-MM-YYYY format to MM-DD-YYYY
Correction, Change or New feature
Correction – Date formats are sent to SQL in correct date format per regional settings but get reversed when the SQL is invoked.
Detailed Explanation
Date formats are sent to SQL in correct date format per regional settings but get reversed when the SQL is invoked. This version converts dates to numeric values making the format irrelevant. Therefore, the SQL works and gets the correct values from the database.
Note – this change has only been implemented in the Start-Finish by Period report in Project Performance Reports / Legacy Reports and needs to be implemented globally.