Code: Select all
Run:R(p_Job_Title_Rate)-(Rule) ProcessExecuteEx (R)1(IX)0(W)0 (R)38(IX)51(W)0 3263
Run:R(p_GWAC_Consumption)-(Rule) ProcessExecuteEx (R)1(IX)0(W)0 (R)38(IX)51(W)0 3265
Run:R(p_Actuals)-(Rule) ProcessExecuteEx (R)1(IX)0(W)0 (R)38(IX)51(W)0 3267
Run:R(}ElementAttributes_SalesHierarchy_Reporting)-(Cube) ProcessExecuteEx (R)1(IX)0(W)0 (R)38(IX)51(W)0 3269
Run:R(CustomerHierarchy)-(Dimension) ProcessExecuteEx (R)0(IX)0(W)0 (R)38(IX)51(W)0 3271
Run:R(}ElementAttributes_p_GL_Account)-(Cube) ProcessExecuteEx (R)1(IX)0(W)0 (R)38(IX)51(W)0 3273
Run:R(p_Value_Add_Reporting)-(Rule) ProcessExecuteEx (R)1(IX)0(W)0 (R)38(IX)51(W)0 3275
Run:R(p_Order)-(Dimension) ProcessExecuteEx (R)0(IX)0(W)0 (R)38(IX)51(W)0 3277
Run:R(p_SystemControl)-(Rule) ProcessExecuteEx (R)1(IX)0(W)0 (R)38(IX)51(W)0 3279
Code: Select all
IF ( CellisUpdateable(vCube, p_GL_Account, SalesHierarchy_Reporting, CustomerHierarchy, p_Time, Sector, p_Site, p_Version, p_Scenario, p_Value_Add_m
) = 1);
CellPutN (Value, vCube, p_GL_Account, SalesHierarchy_Reporting, CustomerHierarchy, p_Time, Sector, p_Site, p_Version, p_Scenario, p_Value_Add_m)
;
ENDIF;