Modified Calc Mgr Rule that uses Template, and now it does not work
Hello,
We are using Calc Manager 11.1.2.4.013 with Planning 11.1.2.4.008 and Essbase 11.1.2.4.025. We have the following calc rule. It was on one line, but I broke it out so it is easier to read. It worked.
I changed one of the run time prompts, "Target Year":=[[{RTP_Year}]], to "Target Year":=[[{RTP_Target_Year}]],
%Template(name:="Call Copy Script",
application:="PLAN",
plantype:="CP",
dtps:=("Source":=[[GM]],
"ScriptID":=[[CpyFcstBud]],
"Background":=[[Wait For Completion]],
"First Period":=[[Jan]],
"Last Period":=[[Dec]],
"Source Year":=[[{RTP_Year}]],
"Source Scenario":=[[{RTP_Scenario_Forecasts_Only}]],
"Source Version":=[[Draft]],
"Target Year":=[[{RTP_Year}]],
"Target Scenario":=[[Budget]],
"Target Version":=[[Draft]],
"Entity":=[[{RTP_Top_Level_Entity}]]))