Hyperion Financial Management (HFM) (MOSC)

MOSC Banner

Translation Using User Defined.

edited Sep 25, 2013 9:12PM in Hyperion Financial Management (HFM) (MOSC) 2 commentsAnswered
Hi,

I would like to define the translation based on User defined. I want to defined the translation If account UD1 and custom2 UD1 is "AVE" then it will translate to Average rate instead of closing rate. Secondly if Account UD2 is also AVE then it will translate to average instead of closing for specific movements if its full year audited or half year audited. 

vAccountUD1 = .Account.UD1(strAccount)
vAccountUD2 = .Account.UD2(strAccount2)
vCustom2UD1 = .Account.UD1(strCustom2)
       
               If ((StrScenario = "ActualYE" and strYear > "2011") or (strScenario="ActualHY" and strYear > "2011")) Then
If (vAccountUD1 = "AVE" and vCustom2UD1 = "AVE") or (vAccountUD2 = "AVE") Then

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