Naming Option for Datetime parameter

Hi, The datetime columns are formatted using the regional settings that are configured on the client. The date and time format can be different for every user on the system. …

How to get details of Spectrum Analyzer Monitors

Hi Fenta, This is how the GetMonitor() method is implemented: https://gist.github.com/TomW-Skyline/68afbd0be050e442cd62129a33490565. The code contains a comment which describes what’s being returned in the object. SA for the monitor: 0 = …

Alarm on parameters

Hi Chirangee For a comprehensive understanding of configuring alarm templates, I would propose to look into the following: About alarm templates | DataMiner Docs DM Docs on Alarm templates in …

web interface in protocol

Hi, The webpage is defined in the pageOrder attribute of the protocol > display tag. In case you want to add a web interface link to the page overview, add …

Alarm on parameters

Double-click the parameter. Go to the ‘Templates’ tab, enable monitoring, and enter your value in the alarm template. Then, update the template. Now, whenever the parameter reaches the specified value, …

Visualization page refresh in cube

Hi, we are now facing the same requirement. We have a service with alarm state and data of assigned elements being used on shapes in a visual, that is linked …

Community Edition – script runs

Commercial & deploy models summary | DataMiner Docs Here it says that all charges are being calculated on the monthly usage of services, so I would assume it is a …

Buttons GQI

Hi Davor I see that you are using a GQI query for your use case. You can configure this in a few steps: Add a line & area chart component …

Buttons GQI

as you can see here why is that

Issues after deploying Cube using MSI file

There appears to have been a packaging issue with the 10.4.0 CU0 version, it comes with the 10.3.12 Cube MSI installer while it should have come with the 10.4.3 Cube. …

Visio Dropdown populating from CSV

With the UIVariables.VisualOverview you can assign values to variables from an automation script. With this you can read out your CSV and set your variable to the ‘:’ separated list …