creating a formula based on current member
Posted: Mon Sep 27, 2010 2:54 pm
Hi All,
I'm translating a system from SAP BPC to TM1, I have to create a formula like:
[VL_0000000_D]= if currentmember = DB('APS_PnL',!APS_Entity,'VL_0000000',!APS_RPTCurrency,!APS_DataSrc,!APS_Scenario,!APS_Time,!APS_Account_PnL),
DB('APS_PnL',!APS_Entity,!APS_Product_PnL,!APS_RPTCurrency,!APS_DataSrc,!APS_Scenario,!APS_Time,'VL_0000000'),
DB('APS_PnL',!APS_Entity,!APS_Product_PnL,!APS_RPTCurrency,!APS_DataSrc,!APS_Scenario,!APS_Time,ELPAR(PnL,'VL_0000000',1)
the fact is I honestly don't know how to specify the current member condition.
is there a way to specify it?
Thanks in advance.
I'm translating a system from SAP BPC to TM1, I have to create a formula like:
[VL_0000000_D]= if currentmember = DB('APS_PnL',!APS_Entity,'VL_0000000',!APS_RPTCurrency,!APS_DataSrc,!APS_Scenario,!APS_Time,!APS_Account_PnL),
DB('APS_PnL',!APS_Entity,!APS_Product_PnL,!APS_RPTCurrency,!APS_DataSrc,!APS_Scenario,!APS_Time,'VL_0000000'),
DB('APS_PnL',!APS_Entity,!APS_Product_PnL,!APS_RPTCurrency,!APS_DataSrc,!APS_Scenario,!APS_Time,ELPAR(PnL,'VL_0000000',1)
the fact is I honestly don't know how to specify the current member condition.
is there a way to specify it?
Thanks in advance.