I have an hierarchy for product which is as below:
Product Business Code
|
Product Category Code (attribute relationship with Business code)
|
Product Sub category Code (attribute relationship with Category code)
|
Product Segment Code (attribute relationship with Sub Category code)
|
Product Code (attribute relationship with Segment code)
There is a similar hierachy for the Name as well, the attribute relationship defined is as shown above.
My problem is when i browse the cube the values shown i hierarchies are incorrect, for example:
If Product Category code is A and B and Category Name ABC and XYZ respectively, whn i brwse cube i see the name ABC against both the Product Category Code, the Name XYZ is not visible. But in the database we have the correct Names against each Code.
The current cube processing is processupdate daily and once a week process full. When we process full the cubes the values are correct, but when processupdate i have the above stated issue.
Vinish Viswanathan