Announcing a new experience for the Oracle Analytics community coming April 4th!
This category will be read-only as we migrate this space from 3/30-4/4, after which you’ll be able to post as usual. See you there!
MDX YTD formula
Summary
not able to calc YTD membersContent
Hi All,
we have a req. where we need to get the YTD value of current member(Select Member), so have a alternative Time hier which is called YTD
attached the hier,
EX: if users select SEP month, we need to get data for YTDSEP data and calculate a member, so I tried almost all the possibilities
Parent ([YTD].CurrentMember), result : its taking currentmember instead of Parent member
Ancestor([YTD].CurrentMember,1), result: its taking currentmember instead of Parent member
also tried concat but prefix(YTD_SEP) YTD is in the beginning, concat will only if YTD is suffix(SEP_YTD)