I created a dashboard to view specific properties of elements of a selected protocol in a DMS. The goal it so see what Elements are running what versions of the selected protocol
The Element Properties will list the protocol version as either Production or the version number of non-production protocol. Thus I am not sure what version has been selected as Production.
It would be helpful to be able to see what protocol has been selected as "Production" as seen in the DataMiner Cube "Protocols and Templates". The protocol version is appended to the Production name. Example: "Production 5.1.7.8"
Here is an example in Cube.

Using GQI to look at Element Properties, I get the following results. Thus I am not sure what actual Protocol is selected to be the Production Protocol

Hi Randy,
I believe you can achieve what you need with an Ad Hoc data source.
With something similar to this one, Get Protocol Versions Ad Hoc data source | GitHub, you should be able to fetch all versions from the system and then configure a query as follows

Which should result in something like

Kata relevant to this if you want to have a further look
Kata #35: Interact with your DMS using an ad hoc data source - DataMiner Dojo
Thank you. I will give this a try.