How can I pass analysis parameters through the controls so that the control list is filtered by the analysis parameter?
I have a control with a list but I must filter it according to the analysis parameters
How can I pass analysis parameters through the controls so that the control list is filtered by the analysis parameter?
I have a control with a list but I must filter it according to the analysis parameters
Dataset returns this list
But I need to be able to pass this list these analysis parameters to filter it.
Hello @gimenabinaghi, if you are still seeking a solution to this problem, it looks like the issue is that the Parameter has not been linked to a filter. I will link some documentation on that process here.
A quick summary of this is that once your parameter is linked to a control, now that control sets a value to that parameter when selected. In order to actually filter your visuals based on that value, you must add a filter to the field in your analysis that matches the control values, click the custom filter option in the dropdown, select the link to a parameter checkbox, and add the parameter name that you chose. Now you visuals will filter with the control selection.