Summary
not able to calc YTD members
Content
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)
also tried sum, but we have more then two intersections it did not worked
-Vijay
Version
11.1.2.4
