Say I have a fact table with two columns "MarketId" and "Sales" and a separate dimension table for "MarketId".
Valid values for "MarketId" dimension are 1,2 and -255(unknown market).
Fact table contains five rows
1 1000
2 2000
0 1000
NULL 1000
1 1000.
Is there a way during cube processing, the values 0 and NULL in fact table can be grouped under -255 (unknown market)?
Thanks
kri
Valid values for "MarketId" dimension are 1,2 and -255(unknown market).
Fact table contains five rows
1 1000
2 2000
0 1000
NULL 1000
1 1000.
Is there a way during cube processing, the values 0 and NULL in fact table can be grouped under -255 (unknown market)?
Thanks
kri