![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
| One thing to check is whether the Geography hierarchy, implicit in your | Customer table, is consistent with the Geography table. |
|
| You could define Geography as a snowflake dimension to eliminate this | possibility. Or you can define Customer as a view, so that only the | leaf level of customer Geography (CustCounty?) is stored in the table. | Then CustState and CustZone are derived by a join to Geography. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
| The main issue that I was trying to raise is this: the Customers table | has an implicit Geography hierachy (CustCounty/CustState/CustZone), | which is presumably the basis for your virtual Geography dimension. How | are you ensuring that this hierarchy is identical to your actual | Geography hierarchy, unless you join to actual Geography? | | The second question is: how do you know that the county/state | drill-downs are, in fact, incorrect? Do you have another reporting | mechanism, besides the OLAP cube? | | | - Deepak | | *** Sent via Devdex http://www.devdex.com *** | Don't just participate in USENET...get rewarded for it! | |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |