You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

assiging values to rtp

in Planning 14 comments

Summary:


Content (please ensure you mask any confidential information):

Hi

I have written the below script, but it does not work.

basically i want the rule to run only if RTP matches a certain entity code. If RTP for Entity dimension is 3500 or 3505, only the rule to run. Below script does not work. pls help.

FYI Groovy is not available for this instance.

"36500010"
(
if({rtp_entity} == "3500")
"36500010"->"3500" = -("61400010"->"All Cost Center"->"All Functional Area"->"Total Profit Center"->"3500");
elseif({rtp_entity} == "3505")
"36500010"->"3505" = -("55200005"->"All Cost Center"->"All Functional Area"->"Total Profit Center"->"3505");

endif;

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!