Need help on HFM Rules
Hi folks,
Can someone help check below rules we've created in HFM for calculation of *_FX_Calc accounts why the data not getting into the *_FX_Calc accounts? We have member list for selected accounts defined as "FundFlowFX". Each account in the memberlist has corresponding *_FX_Calc account (ex: 12000 has 12000_FX_Calc) and below rules was created to perform the calculation of *_FX_Calc accounts.
Memberlist:
' -- 8) "FundFlowFX"
Case 8
HS.AddMemberToList "12000"
HS.AddMemberToList "15190"
HS.AddMemberToList "AccountsPayable"
HS.AddMemberToList "AccrRestruct"
HFM RULES:
If pov_year > 2017 Then
If Ucase(pov_scenario) = "ACTUAL" or Ucase(pov_scenario) = "ACTBUD" or Ucase(pov_scenario) = "ACTPRIOR" or UCase(left(pov_scenario,4)) = "FCST" Then 'only run for the listed scenarios