Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Analysis Services (2000)
 member property in calculated member?

Author  Topic 

Tim
Starting Member

392 Posts

Posted - 2004-04-28 : 02:54:29
is it possible to make a calculated member that is the sum of all members from same level that have a certain value in a certain member property? I can't figure out the MDX. I think it woul dneed sum() and filter() but it is beyond me!

for example, in foodmart200 sample, Gender is a member property of customer name.

I want a calculated member that is sum for all males.

I dont want another (virtual) dimension.
   

- Advertisement -