Forum Discussion
MarcusH
Contributor III
What you have looks OK. The only thing I would check is that the Time dimension member does not have T# in the Test BR - all the other dimensions do not have the dimension token specified. The MarketPlace application CPM BluePrint (available in OpenPlace) has an example in the Dashboard Extender DFM_SolutionHelper.
Marco
2 months agoContributor II
Hi Marcus.
Thank you for responding, but I do not have the CPM BluePrint application integrated. What I want to achieve with this is to execute a setdatacell or a calculatedata in the other business rule to assign values according to my first BR. Therefore, I need to see what I have to do for it to work as if it were a Step and for this process to function correctly.
api.Data.SetDataCell("E#M_S_CZECH:S#[" & strScenario & "]:T#" & strTime &":V#Periodic:A#S_ConvFactorInner:F#None:O#Forms:I#None:U1#D0000:U2#P0000:U3#LOCAL_DATA:U4#PJ00000:U5#None:U6#None:U7#None:U8#None", totAll,True)
api.Data.Calculate("S#[" & strScenario & "]:T#" & strTime & ":E#" & strEntity & ":A#S_ConvFactorInner:O#Forms:I#None:U1#D0000:U2#P0000:U3#LOCAL_DATA:U4#PJ00000 = (S#[ForecastInput]:T#" & strTime & ":E#" & valEntity & ":A#S_ConvFactorInner:O#Forms:U1#D0000:U2#P0000:U3#LOCAL_DATA:U4#PJ00000)*1",False)
Related Content
- 11 months ago
- 9 months ago
- 3 years ago
- 2 years ago