I have script essbase calc from hyperion like this
"ACTUAL" = ("ACTUAL" + ("ACTUAL"->"Labor_Hours"->"NA_CE"->"NA_CC"->"NA_ENTITY" * "ACTUAL"->"NA_PRODUCT"));
i have no idea what that code means,
because my cube result alwasy zero 0
"Labor_Hours"->"NA_CE"->"NA_CC"->"NA_ENTITY" * "ACTUAL"->"NA_PROD" /> "Labor_Hours"->"NA_CE"->"NA_CC"->"NA_ENTITY" * "ACTUAL"->"NA_PROD" /> "Labor_Hours"->"NA_CE"->"NA_CC"->"NA_ENTITY" * "ACTUAL"->"NA_PROD"/>
To answer that, you have to identify the values for each of the following:
"ACTUAL"->"Labor_Hours"->"NA_CE"->"NA_CC"->"NA_ENTITY"for each product"ACTUAL"->"NA_PRODUCT"where we can assume in the FIX section you have the membersCE_1, CC_1, ENTITY_1then look for the following"ACTUAL"->"NA_PRODUCT"->CE_1->CC_1->ENTITY_1"ACTUAL"->CE_1->CC_1->ENTITY_1for each productIn this case, for sure, what can make you get a ZERO is that for 1 or 2 there's a ZERO or #Missing in you data.