A common request we get is to prominently show in the dashboard header which values have been selected in a filter.
I am wondering what is the easiest way to accomplish this - namely, how to show the value exactly as it appears in a filter in a label component. Currently we need to create a custom script and attach to the parameter value changed action and make sure it matches up with the filter attributes - the type, tokens, parameter values, etc. - which is cumbersome and requires a different script every time.
Is there an easier way to do this? I just want whatever is selected in the filter to show up in a label, regardless of what kind of filter it is or which token is selected.