Re: How to make provate dimensions available across partitions ? -
11-20-2003
, 09:49 AM
I will try to make my question more elaborate:
The private dimension that I had created with FACT_TABLE_AMERICAS
as the basis, is a dimension called CURRENCY and it has values USD.
But the second fact table has more values for this Currency column
(EUR, GBP etc). So, when I try to process the cube, both the
partitions are being processed against the same set of dimensions
(only USD).
How do I handle this situation ? I need make the entire set of values
(USD, EUR, GBP) available to all the partitions in the cube. |