RE: How to create a degenerate dim from a set of partitioned Fact tabl -
09-26-2006
, 09:28 AM
Hi,
I have exactly the same scenario (quite common, I guess). My solution - both
dim and measure group are based on the save view (sel * from invoices, say).
You can use Fact Relationship without any problem with this setup.
Afterwards, create the partitions and specify the query (sel * from invoices
where year = 2006,...).
Hope this is what you wanted.
Best regards,
Radim |