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 …

Dashboards Adhoc source trend data

Hi Gerwin, Currently this is not possible when using GQI data on a line chart component. We are developing multi-line/multi-axis support for the component as we speak. This, and some …

TLS Certificate error: [WINHTTP SECURE FAILURE]

Hi Aditiben, the difference between Postman and DataMiner seems to be the TLS version that is being used for the request. Postman uses TLS 1.3, while Dataminer tries to connect …

Visio – Reservation name via placeholder

Hi Koen, This is not possible today, although it’s a small effort to make this available in the future. Feel free to raise a new feature request for this.