Correlation script alarm time

Hi, the only solution we have found was the hysteresis. After adjusting it Script was running fine. Checkbox set for Trigger on single events, and immediate evaluation.

Visio and connector color

If it is a shape that is linked to an element or simular, you could use the “NoAlarmColorFill” option to not have that influence the colour: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Overview_of_page_and_shape_options.html#noalarmcolorfill If this is …

Regression Tests package free to use

Hi Tim, This will indeed consume an element license. I’d say that in this case, you can freely use this connector as it’s used to provide an overview of the …

EEG Alta TS Captioner protocol

Hi Ryan, I did a quick check for you and from what I can see the ‘interapp’ (as in InterApp classes | DataMiner Docs) is not available in this connector. …

Datetime format in Low code app

Hi Ana, Please have a look at this custom gqi operator: https://catalog.dataminer.services/details/65cce917-0194-4789-a2f6-9affd0f3f494 It will change the display value of the date time column. The actual value will not be changed, …

QAction is not executing

Hi! I see that the QAction is being triggered by triggers=”4002″. What is that? Is that a single parameter? For the row=”true” to work, the Qaction needs to be triggered …

How to get the Dataminer Agent Errors via code (IDms)?

I found the following. please confirm if this is safe to use: var alarmFilter = new Skyline.DataMiner.Net.Filters.AlarmFilter(); var alarmFilterItemelement = new Skyline.DataMiner.Net.Filters.AlarmFilterItemInt(Skyline.DataMiner.Net.Filters.AlarmFilterField.SeverityID, Skyline.DataMiner.Net.Filters.AlarmFilterCompareType.Equality,new[] { 24 }); alarmFilter.FilterItems = new[] { …

dll to NuGet package namespace

Hi Philip, Visual Studio should normally suggest the correct namespace if you hover over the error, that will probably help to fix the errors. Think the list bellow should be …