Saml Azure stay logged in

HI. I come back on this. I tried on a brand new win11 and even if Edge WebView2 is already installed, the window to stay logged in is not shown …

History sets with DVEs

Hello Joshua, Are you sure the sets that are performed are sent in chronological order? If the answer is yes, I believe it’s best to create a support ticket. Things …

DIS Validator Error On CPEIntegration_Data Page

Hi Meekaeel, This check basically does the following: It iterates over all parameters in the protocol and keeps track of the page name mentioned in the Position/Page (regular pages and …

How to trigger a query filter in a side panel

Hi Miguel When you use the query from the query filter as a data input for the grid, this won’t be possible. This is because the query filter component is …

Nimbra App package

Hi Bruno, The solution package mentioned in the article integrates with the Nimbra Vision platform. We are currently fine-tuning it to ensure a seamless, click-and-play experience. However, if users are …

Harmonic Prostream X Connector Required Versions

Hi Jake, The ProStream X running firmware version 2.9 does not support their latest API (v4) yet. So most likely the latest connector version 1.1.0.X will not be compatible. Please …

How to make Cube Maximized when it is started up?

Hi Lucas, There is currently no argument / option that will maximize (fullscreen) the DataMinerCube.exe But since this sounds like an interesting use case, I would suggest to request this …

Exception: BPA doesn’t have a valid signature

I’ve got the same error on some of SLC own BPA’s (for instance https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Systems/BPA_tests/BPA_Check_Agent_Presence.html) (version 10.4.10)

use like in gqi join condition

Thanks to both of you. This solution suits me very well for this specific case. I think it will be part of many future usage. 🙂

use like in gqi join condition

I do not think a join with a like clause is possible in GQI. However, depending on the exact format of the column in A, you might be able to …

use like in gqi join condition

Hi Joel, You could achieve this by first using a Regex column manipulation and than join on the newly created column: Hope this helps! Best regards, Ward