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!

Help needed to obtain prior year values

Kiran_Jun 13 2019 — edited Jul 30 2019

Hi Everyone,

I have loaded the below hours for an employee under Heures Vacances (vacation hours) and I would like to have them copied over to the next year

pastedImage_1.png

In order to do this, I added the following member formula to the account Heure_Vacance:

If(@ismbr("OFS_Calculated"))

@PRIOR("Years",1);

endif

However, when I go to the Revenue Forms for the following year in FY19, there are no values under the calculated plan element for that account

pastedImage_7.png

What am I doing wrong? Should i be creating a business rule instead of using member formula?

Thanks in advance,
Kiran

Comments