Hi,
I wanted to execute a calculation script from FDMEE after my data is loaded in essbase.
This is my script....
//ESS_LOCALE English_UnitedStates.Latin1@Binary
/* GLOBALRANGE */
SET RUNTIMESUBVARS
{
sp_year = "Year";
sp_period = "Period";
sp_version = "Version";
};
FIX (
"Local",
"00000000-CC",
"00000000-RCC",
"No Future 1",
"B/S",
"Common B/S",
"FFL",
"Closing Balance - Actual",
"Actual"
)
"52070004"= "52070004" + "52010001";
ENDFIX
and this is how i am using the parameters in FDMEE.


The issue is, this rule is getting executed for every month. Kindly guide what i am doing wrong.
Regards