export list of services that have annotations

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.

Visio Piechart Slices

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 …

Automation Script – Lookup by Display Key

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 …

dataminer.services link account

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

LCA – create/modify Templated Services

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.

Is the Microsoft SharePoint Connector Still Usable

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 …

Masked alarmes permission management

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 …

Table layout changing

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 …

Low-ce app vertical scaling

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 …

Invoke HTTP Session from QAction

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 …

Remove all Widgets from Section

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. …