Retail Predictive Application Server (MOSC)

MOSC Banner

RPAS javaexpression and incremental mode of calculation.

edited Feb 6, 2015 10:02AM in Retail Predictive Application Server (MOSC) 4 commentsAnswered

Hi everybody!

I have a simple  RPAS javaexpression, that calculates A=B+C. I use it in calc rule group of the workbook. It takes B and C values with PopulatedIterator. There is a problem with calculation in incremental mode. If B or C are changed manually - everything is OK. But if B or C are changed by other rules in Calc rule group, populated iterator does not go through these changed cells, it takes nothing. What is the problem with my java?

Here is a block from my expression:

double[][] B = new double[iProdCount][iLocCount];

double[][] C = new double[iProdCount][iLocCount];

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