Is there something like NextSibling which chooses the next lvl 0 member - Dec2012 --> Jan_2013
I have a time dimension with the hierachy Year - Quarter - Month.
When the current member is on november it is easy to get the next month with @NextSibling or @ShiftSibling BUT
when the current member is december these function doesn't deliver january of the next year. Is there any function to handle this?
As a workaround i asked for the year (I did this with a substring and not with the parent function because the variable is no member of the time dimension) and selected the next member here and then choose january with the concatenate function