assiging values to rtp
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;
Tagged:
0