Hi Experts,
I've dimension tables as customer, company and MaIn dimension tables.
All tables have system generated Primary keys and relationship among them is as below:
In company dim table, CompanyKey is Primary Key and MainKey is ForeignKey (Which is Primary Key of the Main dim table).
In Customer dim table, CustomerKey is Primary key and it is Foreign Key in Main dim table.
I want to display aggregations of measures in the hierarchy form...CompanyName-->MainName-->CustomerName
Drill down approach.
I created Hierarchy and set attribute relationships as mentioned above but when am dragging and dropping this hierarchy in the cube browser the aggregation values of measures are not getting changed.
Am I missing anything here?
--NoorBi