Show shapes based on RegexMatch

Hi Gregor, The RegexMatch placeholder will only return the part that matches with the regex, in this case this will thus be “/de/” which is then no longer equal to …

Gqi message for View details

Hi Juan, Regarding accessing the View ID of elements: Have you tried using Get view relations? Regarding your question if it’s possible to add libraries to the GQI project: Following …

Set User Group Permissions via API

Hello Tarik, you completely misunderstood the question. I know how to do things via Dataminer GUI/cube. The title of the question clearly says API, which stands for Application Programming Interface. …

Can we feed table data into gauge ?

Hi Apurva, The Gauge component doesn’t accept query data, only parameter data. What type of data are you trying to visualize? The Gauge component is meant for a value between …

Exporting a dashboard with inputs via Automation

Answering my own question here. Basically, we had to create the script via C#, and used an exported script (with the dashboard pre-configured) to understand how the structure (compressed JSON) …

dms.Notify(87 DMS_GET_VALUE replacement

If you are using it to get a column of data, you probably should drill down from the DMS in your script. Method GetDms | DataMiner Docs Method GetElement | …

Kata 62 – could not load assembly

Hi Felix, The issue happens, as João mentioned, because you are not using GQI DxM. I’ve encountered similar issue with being unable to enable GQI DxM, but I thought it …

GQI server side filter and sorting

Hi Julien, It is now possible to optimize sort operators for ad hoc data sources. RN: GQI DxM: New life cycle method allows ad hoc data sources to optimize sort operators …

How to change color of Stepper Component?

Hi Thomas, The blue color is not configurable at the moment. I agree that this would be a useful feature, so I’ll create a task for it on our backlog. …

How to change color of Stepper Component?

Hi Thomas, According to the documentation, every stepper component uses the same template by default, but you can switch to a different template of your choice. To do so, use …