Hi!
So I am trying to setup the select URL Parameter, but it doesn't fully work as I expected.
As far as I understand when setting "#data_s=id%3AdataSource_1%3A312" it should select the correct option from the list widget and then apply the selection change trigger configured in the widget, but at the moment it only selects an option from the list widget and thats it. The selection change trigger is configured to filter a layer based of the selection and then show the filtered data in a chart widget.
This works perfectly when you select an option directly from the list widget but it doesn't filter the layer when its called from the URL parameter, for instance like refreshing a page, instead of showing the data based of the selection it shows the sum of all data like the URL parameter is not set.
I'm not sure why this happens, do I need to configure somethink else? or am I doing it the wrong way?
Thanks!