Hi Dojo!
I am trying to retrieve a table of maximum and average values for a trended parameter over a custom period of time, across multiple elements, using a specific connector.
The goal is not to query a single element, but rather to dynamically get the top X elements, which may vary over time.
While exploring GitHub, I came across the GQI: SLC-GQIDS-GetParameterTrendAggregation
, which seems to match what I need. However, I am currently using DataMiner version 10.4.0.0-14772-CU6, and this GQI requires 10.4.5 / 10.5.0 or higher, specifically for the IGQILogger
interface.
I also came across some older questions referencing a get trend data query, but couldn’t find it.
Could you please point me to a solution that would work with my version, or suggest an alternative approach to achieve this?


Hi Yahya, for the 'get trend data' query, you need to enable the 'GenericInterface' soft launch option described here. https://docs.dataminer.services/dataminer/Reference/Soft-launch_options/Activating_Soft_Launch_Options.html
Just a quick correction, in my question I have put the wrong link for the query in GitHub, this is the link of the GQI I was actually referring to: https://github.com/SkylineCommunications/AggregatedTrendStatistics