export list of services that have annotations
14th May 2025
Hi Jeroen, Have you try using GQI queries? The result contains the column ‘Has Annotations’. This could be used to filter services without annotations. Hope it helps.
Answer
14th May 2025
Hi Jeroen, Have you try using GQI queries? The result contains the column ‘Has Annotations’. This could be used to filter services without annotations. Hope it helps.
14th May 2025
Hi Apurva, GQI queries are not included, only automation scripts. All automation scripts executions are counted, there’s no exceptions from where they are triggered. No, but they should match. In …
14th May 2025
As far as I can tell, adding a limit or “top x” to a pie chart in Visual Overview is not a supported feature. As an alternative, I’d like to …
13th May 2025
Just in case anyone is looking, I was unable to figure this out, so I created a workaround function below. This is not an ideal solution since it relies on …
13th May 2025
Ryan, Please see the link below. If this helps great, otherwise, it would be good to know which step is not working for you. https://docs.dataminer.services/user-guide/dataminer_services/About_dataminer_services/Linking_your_DataMiner_and_dataminer_services_account.html?q=linkusertodataminer.service
13th May 2025
Hi David, I’m afraid that’s not possible with the interactive scripts in cube. This will only work if you launch the script from a low-code application.
13th May 2025
Hi Maxime, DataMiner Cube already have a module for service templates. Is it an option to use this module. Or is it required a LCA? Hope it helps.
13th May 2025
Hi Ive, This is possible with some limitations: Between 2 trend graphs with parameters: You can link the ‘Timespans’ of one chart to the filter data of another. This will …
13th May 2025
Hi Amber, I’m sorry to hear that the connector is not according to our current quality standards related to documentation. We are currently working hard to make the documentation for …
13th May 2025
Hi Simon, You could use the following group setting: For elements: For alarms: You will still be able to see the option to mask the element. However, the masking options …
13th May 2025
Hi Arunkrinshna, The “Save layout” option was removed in later versions because column layout changes are now automatically saved. This means that when you reorder or resize columns in the …
13th May 2025
Hi Jeroen, There is a setting available to achieve something very similar: When no component is selected, there is a ‘Fit to view’ option available in the settings tab of …
13th May 2025
Hi Nick, Depending on why the certificate is not considered valid, it might be possible to use a workaround to make this work. The logging provided does not specify which …
12th May 2025
Hi, I believe that your use case aligns with the goal of the pid attribute | DataMiner Docs within the Request tag. As mentioned in the docs page its purpose …
12th May 2025
Looking at your code, and implying that you view instance is a Dialog, you’re removing the widgets from the Dialog, while the Section.Clear() only clears the widgets from the Section. …