Hyperion Essbase (MOSC)

MOSC Banner

Business Rule Syntax

edited Aug 21, 2013 8:01AM in Hyperion Essbase (MOSC) 2 commentsAnswered ✓
 The following code is written in a rule file that is executed when saving a form. I am very new to Essbase and so I may not be correct, but is the following code actually doing anything? I understand what the FIX is doing, but the code between the FIX does not look like it is doing anything to me.
SET CALCPARALLEL 6;
SET UPDATECALC OFF;
SET CACHE HIGH;
SET LOCKBLOCK HIGH;
SET CREATENONMISSINGBLK ON;

FIX (&CPrd,[ScenSel],&CPlanYR1,&CPlanYR2,&CPlanYR3,&CPlanYR4,&CPlanYR5,"Working", "Future-0000",
[EntitySel],[CompanySel],[LocationSel])

"A-99987-WF";
"A-50000-WF";
"A-50001-WF";
"A-50002-WF";
"A-50100-WF";
"A-50400-WF";
"A-50500-WF";

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