Hyperion Financial Management (HFM) (MOSC)

MOSC Banner

How to calculate 13 month average for an account?

Hello,

I am using below rule to calculate 13 month average of an account for about 53 accounts and we have about 60 Profit centers in C1 and 300 entities. So currently it increased my consolidation time by 45 mins.

Can anyone please advise how to optimize below rule or if you have any other logics to calculate 13 month average for an account.

Thank you!

AA

Sub Calculate

v13MAvgPAccList = .Account.List("","13MAvg") '13MAvg calculation for Parent Accounts

For Each v13MAvgPAcc in v13MAvgPAccList

.Exp "A#" & v13MAvgPAcc & ".ICP#[ICP None].C2#Endbal.C3#13MAvg.C4#[None].C1#" & PC & " = " & Average("A#" & v13MAvgPAcc & ".C1#" & PC, "13")

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center