Hi,
I have a promblem with combining two types of calculated members.
Year-to-Date
Previous year as whole
Could anyone help me by telling where should I put ParallelPeriod function in YTD clause?
Thank you in advance.
Br, Elmiira
I have a promblem with combining two types of calculated members.
Year-to-Date
Code:
sum(YTD([Time].[Hierarchy].currentmember),[Measures].[Invoicing])
Previous year as whole
Code:
(ParallelPeriod([Time].[Year].[Year],1,[Time].[Year].currentmember),[Measures].[Invoicing])
Could anyone help me by telling where should I put ParallelPeriod function in YTD clause?
Thank you in advance.
Br, Elmiira