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

Thanks Steve!
HI Yahya,
You have several options to pick from:
- Upgrading to the latest (web) version of DataMiner. In case of the web version, be sure to enable the GQI DxM which has all of the latest improvements and capabilities.
- Enabling the 'GenericInterface' soft launch option to get access to the native get trend data data source.
- (Advanced) Forking/Deploying the data source and commenting out the logging logic. This will make sure it can compile in the automation module and will make it available in dashboards and low-code apps.

Thank you for your suggestions!
I tried all of them in our staging environment, and they all work well.
I prefer option 3 as I was able to adapt it to suit my needs exactly.
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