Hyperion Planning (MOSC)

MOSC Banner

Days Formula

I have a BSO cube with a formula for DAYS:
IF(@ISMBR("Jan","Mar","May","Jul","Aug","Oct","Dec")) 31;
ELSEIF(@ISMBR("Apr","Jun","Sep","Nov")) 30;
ELSEIF(@ISMBR("Feb") AND @REMAINDER(@CalcMgrDoubleFromString(@SUBSTRING(@NAME(@CURRMBR("Years")),2,4)) / 4) == 0) 29;
ELSEIF(@ISMBR("Feb")) 28;
ENDIF

It works correctly for the first period that appears in the SmartView pull (like if Jan is there, then Jan works - wherever it is in the spreadsheet), if Mar is the first period it works…

I've verified the formula is calculating correctly for all periods (even leap years) but not multiple periods

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