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

use of subs var in rules

Summary:


Content (please ensure you mask any confidential information):

Hi

I have written a script as below

Where always the first variable takes value from best estimate scenario. and then other periods will take the prior value of prior period. and then additional 4 years are configured.

This takes some time to run. is there any other suggestion to improve the below script

"S1120022"
(
if(@ismbr(&RFPer1->&RFYr1))
"S1120022" = ("S1120015"->&LastPer12->&LastYr12->"Best Estimates"->"OFS_Load");
elseif(@ismbr(&RFPer2->&RFYr2))
"S1120022" = ("S1120015"->&RFPer1->&RFYr1);
elseif(@ismbr(&RFPer3->&RFYr3))
"S1120022" = ("S1120015"->&RFPer2->&RFYr2);

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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