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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Planning Functions - getStartMonth not working

PhilBettMay 12 2025 — edited May 12 2025

I'm trying to use the getStartMonth function with an RTP…sample below:

FIX([[getStartMonth({Scenario})]]:[[getEndMonth({Scenario})]],
[[getStartYear({Scenario}))]],
{Scenario}, "AC41901","No_Source","CCY_SRC","No_Market","No_Customer","No_Currency","No_SBU","No_Entity","No_IC")

Working = Working +1;

ENDFIX

Error message received: "["FIX([[getStartMonth(Budget)]],"]] (line 3): expected [(] found [@_AT] after function name Rule"

Has anyone any thoughts on this? I have researched the Tech Ref etc and the sample seems to follow the documented use. Patching issue perhaps?

Thanks,

Phil

Comments
Post Details
Added on May 12 2025
0 comments
49 views