Viewing 2 posts - 1 through 2 (of 2 total)
Thanks for replying.
I tried to create a Calculated Measure on sum(filter([CreatedDateTime].currentmember,(([Measures].[DurationSum])>0)))/count(filter([CreatedDateTime].currentmember,(([Measures].[DurationSum])>0))) and AM gave syntax error - token not valid :
sum(filter([CreatedDateTime]V.Vcurrentmember,(([Measures].[DurationSum])>0)))/count(filter([CreatedDateTime].currentmember,(([Measures].[DurationSum])>0)))
So I tried
sum(filter([CreatedDateTime].allmembers,(([Measures].[DurationSum])>0)))/count(filter([CreatedDateTime].allmembers,(([Measures].[DurationSum])>0))) , which the Value Expression...
March 24, 2005 at 9:30 am
See Microsoft MSDN Library Article "Extending Excel OLAP Functionality"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexcl2k2/html/odc_xlextendolap.asp
March 23, 2005 at 6:37 am
Viewing 2 posts - 1 through 2 (of 2 total)