dbTalk Databases Forums  

Structuring a geography dimension

comp.databases.olap comp.databases.olap


Discuss Structuring a geography dimension in the comp.databases.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ujval.gandhi@gmail.com
 
Posts: n/a

Default Structuring a geography dimension - 04-18-2006 , 01:24 PM






Hi Everyone

I have a need to create an integrated Geography Dimension in my EDW
layer. I have a need to analyze by State, MSA, County and Zipcode. I
cannot do State --> MSA --> County --> Zip because it is not a clean
hierarchy. Does anyone have any idea about structuring a geography
dimension ?


Reply With Quote
  #2  
Old   
seanymac
 
Posts: n/a

Default Re: Structuring a geography dimension - 04-21-2006 , 08:35 AM






Try using "role playing" dimensions where you source more than 1
logical MS AS dimension from 1 physical table. You will need a fully
denormalized table with these values in separate fields. This approach
can result in an empty grid if you select conflicting values from the
two role playing dimensions. For example: if you select Zipcode=90210
in one dimension and MSA=Midwest in the other your selection will
result in an empty grid.

This is the way I have implemented levels that do not flow cleanly into
one another. Weeks is another good example, they do not flow cleanly
into months or quarters.

Good luck,
Sean


Reply With Quote
  #3  
Old   
AT
 
Posts: n/a

Default Re: Structuring a geography dimension - 04-24-2006 , 02:41 PM



Thanks Sean for your reply

I am using an Oracle DB with Microstrategy as the front end reporting
tool, hence 'role playing' dimensions would have to be incorporated at
the DB level, dont have the luxury of using MS Analysis Services. I
like your concept though, can you give some examples using a database
table ?

Regards,
Ujval


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.