Hey all,I have just built a basic cube and all seems ok. I have just had my first confusion when it comes to design.So lets say we have a system that has 100 clients that may or may not have orders. So basically we would have a Fact table of orders. This would contain information about the order, client etc. Dimension would be the order value.All cool there!However from this table i couldnt count how many clients we have because:1) the client would be duped on orders.2) the client may not have an order.Should i then have a separate FACT table for clients? Or even a separate Cube?Also the product > order relationship is one to many - so should that be a different FACT table?Many thanks for your time.Dan
↧