CPIC BY2018 ITPS Release 2 Bug Fix 005
The category OMB: Data Center Total - CY, which is the total for FY16 (this is one of the confusingly named categories), needed to be updated to reflect this year's guidance.
Form: Agency IT Portfolio Summary Data Call (BY2018)
Table: OMB: Agency IT Infrastructure Spending Summary
Javascript:
var labor = getCell("OMB: Data Center Labor - CY").Value;
var software = getCell("OMB: Data Center Software - CY").Value;
var hardware = getCell("OMB: Data Center Hardware - CY").Value;
var electricity = getCell("OMB: Data Center Electricity - CY").Value;
var facility = getCell("OMB: Data Center Facility - CY").Value;
var total = labor+software+hardware+electricity+facility;