Show shapes based on RegexMatch
2nd April 2025
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 …
Answer
2nd April 2025
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 …
2nd April 2025
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 …
2nd April 2025
Hi Igor, I believe it’s not possible to manage user/group permissions via the web api.
2nd April 2025
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. …
2nd April 2025
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 …
1st April 2025
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) …
1st April 2025
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 | …
1st April 2025
Hi, Not sure if a typo on your question, but for RawType it should be unsigned number| DataMiner Docs Could you try with the following? <RawType>unsigned number</RawType> <LengthType>fixed</LengthType> <Length>4</Length> <Type>double</Type> …
1st April 2025
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 …
1st April 2025
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 …
1st April 2025
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. …
1st April 2025
Hi Aditiben, Could you please provide some more information about the function file you are mentioning? Perhaps a screenshot of another connector where you have such a file? My best …
1st April 2025
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 …
1st April 2025
At this time, we haven’t created any official scripts for bulk migration, primarily because we couldn’t ensure support for 100% of all possible edge cases across different solutions. The recommended …
1st April 2025
Hi Simonas, To give some context about the sorting in GQI: Applying a sort operator does not guarantee to preserve any previous row order. This is because the sort behavior …