CPIC (MOSC)

MOSC Banner

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

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

Table:  Summary of Funding (BY2018)

Category: Master Plan-BR-Total_18

The javascript should read:

//declare variables and retrieve counts

var stat = getCell("Status");

var count = new Array();

count[count.length] = getCell("FUND: Master Plan 2015").Value;

count[count.length] = getCell("FUND: Master Plan 2016").Value;

count[count.length] = getCell("FUND: Master Plan 2017").Value;

count[count.length] = getCell("FUND: Master Plan 2018").Value;

count[count.length] = getCell("FUND: Master Plan 2019").Value;

count[count.length] = getCell("FUND: Master Plan 2020").Value;

count[count.length] = getCell("FUND: Master Plan 2021").Value;

count[count.length] = getCell("FUND: Master Plan 2022").Value;

var total = null;

//if not null - add counts to total

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