dbTalk Databases Forums  

Re: Virtual cube based on annual cubes

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Re: Virtual cube based on annual cubes in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mosha Pasumansky [MS]
 
Posts: n/a

Default Re: Virtual cube based on annual cubes - 07-16-2003 , 12:23 AM






Quote:
Say I have 2 cubes: Sales2001 and Sales2002. Both cube share the same
dimensions (Geography and Time) and have the same measure (SalesAmount). I
want to create a virtual cube to serve as the union of the two cubes. How
do
I select the measure for the new cube? Can some one give an example in DSO
or Analysis Manager?
From the names of the cubes it looks like you are trying to partition your
data by Year. If so, you will be much better of by using partitions per year
instead of cube per year. Otherwise, you would have to create a new
calculated measure with expression like

IIF( Time.CurrentMember IS Time.[2001], SalesAmount2001, SalesAmount2002 )

and hide the original measures.

HTH,
Mosha.

--
==================================================
Mosha Pasumansky - www.mosha.com/msolap
Development Lead in the Analysis Server team
All you need is love (John Lennon)
Disclaimer : This posting is provided "AS IS" with no warranties, and
confers no rights.
==================================================




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.