dbTalk Databases Forums  

create dimension without member

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


Discuss create dimension without member in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
meghana via SQLMonster.com
 
Posts: n/a

Default create dimension without member - 04-07-2006 , 09:54 AM






Hi

Analysis manager won’t let me create dimension unless fact table filed has
value init.
Other words, how do I create MT dimension(dimension without member)
thanks

--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...-olap/200604/1

Reply With Quote
  #2  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: create dimension without member - 04-07-2006 , 09:13 PM






In article <5e6cd6213d345@uwe>, u20487@uwe says...
Quote:
Hi

Analysis manager won=3Ft let me create dimension unless fact table filed has
value init.
Other words, how do I create MT dimension(dimension without member)
thanks


The short answer is that you can't.

The long answer is that you need to set up a dummy column. When I do
this I usually create a view with a constant in it and use that view for
my fact table and then link the dummy column to one of the members in
the dimension.

I assume you are creating this dimension to hold calculations (like
"YTD", "YTD last year" etc). I usually create one member called
"current" or "actual" with an Id of 1 and then generate a constant of 1
in my fact view.

--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell


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.