DOM Contains() filter returns fuzzy matches instead of filtering by substring?

Using DomInstanceExposers.FieldValues.DomInstanceField(fieldId).Contains(searchValue) returns unexpected results. The filter appears to perform fuzzy/tokenized matching rather than exact substring matching. Environment: – DataMiner 10.5.0.0-16432-CU8 Code: var customerNameFieldId = GetFieldDescriptorId(“Customer Name”); var definitionFilter = …

Exporting element with DVEs – property_dve file

Hi DOJO, When exporting an element that contains DVEs, a file named property_dve.txt is generated with the DVE properties. However, when checking the Cassandra database, I’m unable to find a …

Change background color on Spectrum Aalyzer

Hello everyone, Does anyone know how to change the background color of a Spectrum Analyzer to dark mode? For example, in this case, the client theme is Dark, but Spectrum …

DMS Notify Type equivalents in Class Libraries

As per: https://docs.dataminer.services/develop/api/DmsNotifyTypes/DMS_SNMP_NOTIFICATION.html, DMS Notify Types have been deprecated. I’m trying to find the equivalent of this method in NuGet Class Libraries – specifically for DMS_SNMP_NOTIFICATION (73) – can I …

alarming on “NaN” for a number field.

We have a lot of R&S DVMS and sometimes they return NAN on an OID that was supposed to be a number which dataminer displays as NaN I added exception …

Visio shapes different element in a group

Hi, i have a visio with multiple shapes. Each shape is linked to a different element to show the status of a given parameter I’d like to group all of …

How to add columns in LCA dynamically

I have a GQI, using which im filling a table data in LCA. I want to add an extra column to that table based on the value of a particular …