I am trying to achieve a very simple thing:
- I put a label on a blank dashboard.
- I would like the label text to be updated when there is a view parameter which is set.
Do I need a script to do that?
Also, can you confirm that what is called viewParameter
in Dundas (and that can be set either at DataCube, or MetricSet or Dashboard level) is equivalent to a querystring parameter?
I.e. that by passing a query string (e.g. &foo=bar
) we pass it automatically to any DataCube/MetricSet/Dashboard which is part of the view which is being visited?