im
I have this Lists.
Region : Asia,Europe
Country: Japan, France
when i make a table has List(Region, Coutry), i can get table1.
Table 1
Region | Country | ||
Asia | Japan | ||
France | |||
Europe | Japan | ||
France |
Off course i know when I make a table has List (Country), Iget table2
table2
Country | |
+ Asia | |
Japan | |
+ Europe | |
France |
But I want this type of table3.
table3
Region | Country |
Asia | Japan |
Europe | France |
the point is how to show parent List (region) and restrice children List (country) ,unless increase memories.
Please tell me, how to make this table
If you mean it to be doing in Inbuilt hierarchies of Anaplan it simply isn't possible.But if it is something that you want Countries field to be driven by Regions Field in line items then it can be achieved with the help of Dependent Dropdowns.
Hope that helps
Misbah