Use a Table Parameter to filter a table in a separate element.

Hi Joe, The [param:] placeholder can be used to query a parameter value and then use it within other shape data or placeholders to query other parameter values: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Placeholders_for_variables_in_shape_data_values.html#paramdmaidelementidparameteridtablerow

Gqi message for View details

Hi Juan, You could get the view ID assigned to an element (and the view name) by using three data sources: Get Elements: To get the list of elements Get …

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 …