I want to create an interactive anaplan module that allows user to select an item from a hierarchical list and dynamically display associated items from the next level in the hierarchy
Lists :
P1 Product Family ( LVL 1)
P2 Products ( LVL 2)
P3 Products SKU ( LVL 3)
Requirement :
When a level 1 item is selected , display the associated Level 2 items
When a level 2 item is selected display the associated level 3 items
Any ideas ?