Hi
I have to create a calculated measure which is applicable for 16 measures.
How can i specify it in a generic manner
for eg:
create member currentcube.ytd
as
sum(ytd(),[measures].[sales units];
here my scenario requires the calculation of YTD for many other measures also other than sales units
so can i have something instead of [measures].[units], so that it will be generic.
Thanks in advance.