Hello,
I want to create a hierarchy from two dimension tables. Table 1 Customers, Table 2 Products.
The hierarchy should have two levels 1.Customers.Customer_Name, 2.Products.Category.
These two tables doesn't have a common key to join.
Can we achieve this??
Thanks.