Hyperion Financial Data Quality Management (FDM/FDMEE) (MOSC)

MOSC Banner

FDMEE Jython Script

I am writing Jython Script for FDMEE. I notice fdmContext["LOADID"] data type is bigdecimal.

Here, I want to get next one afte LOADID.

After searched interenet, I write BigDecimal LOADPROCESSID = fdmContext["LOADID"].Add(new BigDecimal(1))

But there is error message when execute this code.

BigDecimal LOADPROCESSID = fdmContext["LOADID"].Add(new BigDecimal(1))

              ^

SyntaxError: mismatched input 'LOADPROCESSID' expecting NEWLINE

As I am not quite familiar with Jython, may I know the correct way to add one for LOADID in bigdecimal data type.

Thanks.

James Zhang

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