Hyperion Planning (MOSC)

MOSC Banner

EPM 11.1.2.4 : Hyperion Planning : date function

edited May 27, 2020 5:09AM in Hyperion Planning (MOSC) 12 commentsAnswered

hello all,

i had worked in cloud and used function @CalcMgrGetMonth & @CalcMgrGetYear to extract year and month from member "Hire_date",

when i do the same in on-premise environment , it does not worked

The integer value '"Hire_date"' entered for argument in function : '@CalcMgrGetMonth("Hire_date")' is invalid.

then i used  following function,

"Month_flag"=@DATEPART("Hire_date",DP_MONTH);

"Year_flag"=@DATEPART("Hire_date",DP_YEAR);

but it gives me unexpected value. PFA

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