Service Condition

Hi Ricardo, The condition is almost correct. You have to change it so instead of comparing the Property Name, the service evaluates the Property Value: Hope that helps!

Service Condition

The condition should be evaluated against the [Property value] and not the [ Property name ] as shown in your image. A minor tweak and it should work as expected.

Component of dasboard has no update data

Hi Juan, What is the data source of the query you are using in the grid? Update data is limited to certain data sources. See more information: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_and_Low_Code_Apps/GQI/Query_updates.html?q=query%20update#supported-data-sources If you …

Element sub page takes long to load

Hi Khoo Chee Yang, Nice question! I can already share that Cube will indeed lazy load parameters as we open the page they belong to. This means that, indeed, the …

Get details of a service that is deleted

Hi, When a service is deleted a zip file will be created in C:\Skyline DataMiner\Recycle Bin, this contains the xml of the service which has the details of the service. …

Extract columns from multi-page table

Hi Andrea, the QueryData method can be used for this: IDms myDms = protocol.GetDms(); var element = myDms.GetElement(“element name”); var table = element.GetTable(96); var filters = new List<ColumnReturnFilter> { new …

Dataminer SSO methods other than LDAP

Hi Fabio, here you can find a list: Configuring SAML settings | DataMiner Docs Atlassian, but no longer recommended: Configuring Atlassian Crowd settings | DataMiner Docs Radius, but no longer …

DOM Attachements in IAS

Hi Felix, Out of the box you indeed won’t be able to upload or download a DOM instance attachment directly. But this should work using some workarounds. You could read …