How to display selected line items depending on the selected level in the hierarchical list.

I have a three level list Country->Region->City. How can I display selected line items for a given level in the list. Let's say I have 10 line items in the module and for Country level I want to display 6 selected, for Region level 4 other selected etc.

Tagged:

Answers

  • Hey @KacperSzafranski13 ,

    "Steps to implement the solution:

    1. Create 3 dropdown lists.
    2. Create LISS module.
    3. Create mapping module.
    4. Map LISS to lists.
    5. Perform lookup in final LI.

    If unclear, please share Excel mockups or SS for better understanding."

    Thanks