Hello,
I'm trying to create a dropdown menu for a parameter that already has predefined values.
For example, I want to have a parameter called "orientation", where the user can choose between vertical or horizontal.
Then, based on that, I want another parameter called "labelPosition", where:
- If orientation is vertical → the options for labelPosition should be left or right
- If orientation is horizontal → the options should be top or bottom
All of these parameters are needed as input parameters for an embedded view.
I also want the dropdown menu to look like the one shown in the attached image, and I would like to know if this is even possible.
Best regards,
Žiga