Hello,
I need to place some characteristics
A1, B1, C1, D1;
A2, B2, C2, D2(D2 has attributes: D2-1, D2-2,D2-3);
A3, B3, C3, D3
I need to create the hierarchy:
World
--Europe
-
Denmark
-
France
-
UK
--Asia
-
Japan
-
Thailand
--America
-
US
-
Canada
Can you guide me as to how to decide where each characteristic goes. In other words, what are the guiding principles?
Once the hierarchy is created; how is the association made between the the characteristics and the hierarchy?
Thanks in advance.
Thanks in advance