If you're using AS 2005, it might be better to incorporate the data in a
single cube (with multiple measure groups, if necessary). The fact that
you need to aggregate the values for the different product groups
suggests that they're not viewed as totally independent by end-users. In
terms of end-users browsing the products dimension, maybe the
auto-exists feature of AS 2005 can help, for example:
Quote:
|
select {[Measures].[Order Quantity]} on 0,
|
[Product].[Product].[Product].Members on 1
from [Adventure Works]
where [Product].[Color].&[Red]
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***