13.6.SyncRemote01 – Rollup Dates in Remote Projects
Correction, Change or New feature
Correction – Min/Max Dates for Rollups were evaluated as text instead of dates
Detailed Explanation
I/O Start and Finish dates were recorded as text in the TempIO database used to create rollups. This version changed the data type in the database to better support getting minimum and maximum values.
Build Release
13.6.3 2021-11-10
Change Number
13.6.SyncRemote02 – Summarize Actual and Baseline Dates in Remote Projects
Correction, Change or New feature
New – Options to Get Min/Max Actual and Baseline dates
Detailed Explanation
Added Options to get Actual and Baseline dates when Summarizing dates found in Remote Projects
Since Baseline and Actual Dates can be “NA” these need to be ignored when getting Min/Max dates for Baseline and Actual dates.
New – Replace invalid SQL characters used as IO Code
Detailed Explanation
Added a function to replace \, /, ?, *, [, ], with a dash and to replace double quotes with single quotes. These characters are not valid for SQL strings.