Well. This is long overdue.
I am pleased to confirm that to keep it consistent with Workfront, we have upgraded our Project Status Report logic as follows:
// conditionType = MN (Manual) or PG (Progress Status)
// condition (Manual) = IT (In Trouble), AR (At Risk), or ON (On Target)
// progressStatus = LT (Late), BH (Behind), RK (At Risk), or ON (On Time)
IF(conditionType = 'MN'
,IF(condition = 'IT'
, 'Red'
,IF(condition = 'ON'
, 'Green'
, 'Yellow'
)
)
,IF(progressStatus = 'LT'
, 'Red'
,IF(progressStatus = 'ON'
, 'Green'
, 'Yellow'
)
)
)
Accordingly:
- those “Manual” Condition Types with ON (On Target) Condition show as Green, even when, according to their Progress Status, they are LT (Late)
- those “Progress Status” Condition Types with LT (Late) Progress Status show as Red, which logically matches their IT (In Trouble) Condition
Also:
- we also upgraded the logic of the Overall KPI to consider only those KPIs that are marked as “Show” (as below, noting that I set Baseline and Resourcing to not Show)
- the “My Logo” is (now) drawn from the NWE > Setup > Main Menu Logo (if it exists), then the Classic > Setup > Top Navigation (if it exists), else our AtAppStore logo, as a default
- you can export to pdf, doc, xls, tiff, and PowerPoint
For more information (including installation instructions), check out the updates to our Project Status Report.
Regards,
Doug