Update GQI DxM on a DaaS system

If the updated DxM is already published, you can update it from the “DxMs” section for your DaaS DataMiner system on dataminer.services.

LCA – Clear time range component

Hi Ruben, This is currently not possible. The time range component always outputs a timespan, it isn’t possible to output an empty value. Even when manually clearing all fields, the …

How to Create Alarm Blink in DaaS

Hi Chaminda, As Miguel mentioned, please contact daas@dataminer.services for any changes required in configuration files. Enabling alarm blinking is one of them. But also other configuration like changing the alarm …

Update GQI DxM on a DaaS system

Hi Willem, Since DaaS is offered as a service, you will have to contact daas@dataminer.services for this as this requires access to the DataMiner node. Kind regards, Wouter

LowCode App Cloud Sharing like the Dashboards

Hi Maxime, Sharing a Low-Code App via Cloud sharing is currently not possible. “At present, only dashboard sharing is supported.” Source: DataMiner Sharing | DataMiner Docs Kind regards, Wouter

GQI Custom Operator error on some input

Changed: string inputString = row.GetValue<string>(_inputColumn); string inputString = Convert.ToString(row.GetValue(_inputColumn.Name)); Then i can do an IsNotNullOrEmpty check

GQI Custom Operator error on some input

Hi Gerwin, I recall having a similar issue in the past. In this case, most probably one of the cells in the column is empty. To further investigate this issue …

Internal DCF connection on DVE

How I did it: Parameter Group dynamicId should be pointed to DVE table (table which will create DVEs) then it will automatically create all interfaces for all DVEs (one row …