Database Administration (MOSC)

MOSC Banner

Calc Script Using Exclude Control Flow

edited Jul 20, 2010 2:09AM in Database Administration (MOSC) 1 commentAnswered
I am using the "EXCLUDE" command in an essbase calc script (see below)

FIX(@RELATIVE("Entity",0), EXCLUDE(@MEMBER("Canada") ENDEXCLUDE)),
  @RELATIVE("Fleet Type",0),@RELATIVE("Net Income",0),@RELATIVE("BALANCE SHEET",0),
  @RELATIVE("STATEMENT OF CASH FLOW",0), &CURPER)
  CLEARDATA "GL";
END FIX;

I continue to get the following error:

Warning: 1200315 Error parsing formula for [FIX STATEMENT] (line 14): invalid object type

Any idea what is wrong with my script? I've highlighted line 14 of my script.  Any advice would be greatly appreciated.

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