Viewing 7 posts - 1 through 7 (of 7 total)
I created a case statement in the FACT table DSV that checked for "-1"
CASE CUST_ID WHEN '-1' THEN 1 ELSE 0 END AS Count_Other,
CASE CUST_ID WHEN '-1' THEN 0...
July 26, 2007 at 1:19 pm
I did set up the NULL processing on the Geo and Cust relation too.
I did alot of research last night and indeed your suggestion appears to be the one.
I also...
July 26, 2007 at 7:19 am
I take that back....i see dussledorf germany has 2 postal codes.
July 24, 2007 at 2:42 pm
hmmmmmm
browse the geography dimension in adventure works datawarehouse.
wouldnt you expect to see multiple zip codes per city?
There is only one.
July 24, 2007 at 2:39 pm
Hi Steve.....I am using SQL 2005.
Currently I can get a count of customers with the total number of lines (address lines)
IE:
1 - 5,000 (so there are 5,000 customers with...
July 24, 2007 at 9:59 am
If by level one you mean the top most level in the heirarcy then yes that is how it is set up.
Level 1 custid
Level 2 Line#
When i browse the heirarchy...
July 24, 2007 at 9:19 am
Thanks for your relpy.
No I am only using the customer address table as the dimension and the customer table as the fact table (measure count customer id)
The customer address table...
July 24, 2007 at 8:53 am
Viewing 7 posts - 1 through 7 (of 7 total)