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 …

Cassandra/Opensearch cluster

Hi Stefan, If I understand this well your current cluster is not yet making use of an indexing database (elasticsearch / opensearch) and is running the local cassandra database in …

Shape Data

Hi Ryan, See below question that deals with similar use case: Behavior or show/hide shape based on element property value when property is empty Hope it helps.

Cassandra cluster loss of data

Hi Roger, You would indeed loose the trend and alarm history, and also saved parameter will be lost (=this might contain some element settings). But apart from that, I believe …