Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to write rule to work out difference between EOP and AVG rates & allocate to FCTR account?

1454279Feb 28 2014 — edited Mar 7 2014

Hi Expert,

First and foremost, thanks for reading my question..

I am new to HFM, and need some assistance with a writing rule to allocate difference between End-of-Period (EOMRate) and Average (AVGRate) rates to the Foreign Currency Translation Account (FCTR):

Rule Requirements:

1. Look at all base entities that are non-AUD (Parent entity is denominated in AUD)

2. Work out difference between EOMRate and AVGRate rates

3. Multiply difference with the Profit After Tax account (ie PAT)

4. This amount to be reported in the FCTR account (ie 9115)

Rule that I have written, which HFM does not like:

If HS.Entity.IsBase("","") = True And HS.Value.Member <> "AUD" Then

HS.Exp "A#9115 = A#PAT * Difference("AVGRate", "EOMRate")

End If

The AVGRate and EOMRate rates I am looking at are in C2. Have given this rule quite a number of attempts but with no luck. Would appreciate input from you experts out in the HFM world..

Thanking you in advance.

Jeff

This post has been answered by Thanos A on Feb 28 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2014
Added on Feb 28 2014
4 comments
2,313 views