I am starting to use the Dashboards just now.
Before I used the Query to retrieve the actual data of a certain parameter.
My question is:
How can I show the data of a certain parameter for all the elements in a certain view, in my case:
the "Actual Input config"
which can have the following state:
- primary.
- Alt config 1.
- Alt config 2.
- Alt config 3.
Can you give me some hints, how to start?
Regards,
Rob.
Hi Rob,
You could have a look at the data source Get parameters for elements where. This query return of the parameter value for all elements using a specific protocol/connector.
From there, you can follow the answer from the following question: Dashboard elements filtered by a view ID - DataMiner Dojo
Basically you will need to perform an inner join operation between the your initial query (the one that returns the parameter values) and the ones that provides information related to the views (and view relation). The common column will be the element ID.
Hope it helps.