Hello everyone,
Does anyone have already performed a configuration of the map component with dynamic parameters from a dropdown list or something like this ?
I have already a map .xml file with input arguments (for the visio). I'am able to load it into the dashboard but it seems there is no possibility to feed the parameters with others sources. It seems only fix parameter when you set the component.
There is a tric to be able to do that ?
Thanks in advance.
Regards,

Hi Alexandre,
These input fields are indeed static, they cannot be linked to dynamic values. There are some ways to achieve this result. The easiest to setup is to create a separate dashboard for each config you want to access. Then you can create 1 global dashboard with a Web component and a Dropdown component to show the selected config.
The dropdown component should contain a table variable with 2 columns; 1 for the display value of the config (= name) and one for the name of the dashboard that contains the config. you can add a row for each config.
The web component should be configured to show a webpage, namely one of the dashboards with the custom configs. This can be achieved by using interpolation to insert the selected value in the dropdown inside the URL. The second column of the table variable should be used here. When selecting a different config in the dropdown, the web component will show a different dashboard with a different map config.
Note that the '?embed=true' flag is added at the end of the URL to remove the header from the embedded dashboard.
Feel free to reach out if something is unclear.
Small reup for my question 🙂