CPIC (MOSC)

MOSC Banner

BY2018 Rollover Bug Fix 003 (manual fix below - will be included in the next distributed package)

edited Jun 13, 2016 5:13PM in CPIC (MOSC)

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;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center