Calculated Members - Column Sumarized -
04-15-2005
, 09:52 AM
I´ve created a calculated member like this:
Sum(Head(Order ( {[Products].Siblings}, [Measures].[Value], BDESC) AS
OrderedSiblings, RANK( [Products], OrderedSiblings )) ,
[Measures].[Value])
This calculated member sumarize the values by dimension products.
But i need the same calculated member for others dimensions like
Regions, Customers, etc...
Is posible to modify the calculated member to include Region and
Customer? or i need to copy this calculated member for dimensions region
and customer.. The problem is that if i do this i have the error "Unable
to Calculated member. An unexpected internal error has ocurred"
Thank´s
Pablo
*** Sent via Developersdex http://www.developersdex.com *** |