Hi,
My dimension ‘Product’ is based on a surrogate key. I have also 9 others
attributs:
• Product Code, Product Short Label, Product Long Label (same KeyColumns but
different NameColumn)
• SubCategory Code, SubCategory Short Label, SubCategory Long Label (same
KeyColumns but different NameColumn)
• Category Code, Category Short Label, Category Long Label (same KeyColumns
but different NameColumn)
And a hierarchy: Category Short Label-> SubCategory Short Label->Product Code
My question is how to construct attribut relationship between my category
and subcategory, on wich attribut ??
Thanks