BY2018 Rollover Bug Fix 003 (manual fix below - will be included in the next distributed package)
Table: Summary of Funding (BY2018)
Category: FUND: Total BR & FTE Costs Total_18
The javascript should read:
//retrieve costs
var stat = getCell("Status");
var cost = new Array();
cost[cost.length] = getCell("FUND: Total BR & FTE Costs FY15").Value;
cost[cost.length] = getCell("FUND: Total BR & FTE Costs FY16").Value;
cost[cost.length] = getCell("FUND: Total BR & FTE Costs FY17").Value;
cost[cost.length] = getCell("FUND: Total BR & FTE Costs FY18").Value;
cost[cost.length] = getCell("FUND: Total BR & FTE Costs FY19").Value;
cost[cost.length] = getCell("FUND: Total BR & FTE Costs FY20").Value;
cost[cost.length] = getCell("FUND: Total BR & FTE Costs FY21").Value;