How to Select distinct in Low code app query
6th August 2024
Hi Mieke, Getting distinct values through GQI can be achieved in two ways: The ‘Distinct’ custom operator which is available on the catalog (see Distinct operator). Use a trick explained …
Answer
6th August 2024
Hi Mieke, Getting distinct values through GQI can be achieved in two ways: The ‘Distinct’ custom operator which is available on the catalog (see Distinct operator). Use a trick explained …
6th August 2024
Hi Ross, Looking at the screenshot you provided of the LCA, I notice that there is no highlighting in the HTML input and that the Web component shows the feed …
6th August 2024
Hello Christian, it could be the case to add a connection string (Editing the connection string between two DataMiner Agents | DataMiner Docs) .. but my advise is to send …
6th August 2024
Hi Trevor, First of all, could you follow up directly with your account manager to understand where the slow behavior is coming from? Maybe we could improve the response time …
6th August 2024
Hi Jeroen, It is possible to specify a value for the dropdown component using the URL (see docs). In the attached example, I have a dropdown with all my elements …
6th August 2024
Hi Mieke, Feel free to take a look at following answers: https://community.dataminer.services/question/adhocdatasource-ui-or-option-to-pass-some-input-parameters-that-are-hardcoded-and-sensible/ https://community.dataminer.services/question/best-practice-to-store-api-credentials-used-in-automation-script/ Best regards, Ward
6th August 2024
Hi Dario, you can consider using an after trigger and use conditions to decide if another Get is required
6th August 2024
Hi Sergio, There isn’t any faster way (at least that I can think of) to remove keys other than repopulating the table or clearing all keys like Edib or Michiel …
5th August 2024
Hello everyone, Thank you for your support. Since the toggle buttons consist of two overlapping shapes, the primary issue was that the existing design used a “NoConfirmation” option, which needed …
5th August 2024
Hi Maximiliano, This is a known issue which has been resolved in DataMiner 10.4.0 (CU1) and 10.4.4 (see docs). Is it possible that you’re on a lower version?
5th August 2024
Hi Stefan, You can use the Element.GetTablePrimaryKeys to get the table keys. Then you can use a foreach loop to go over all your table keys. Element myElement = engine.FindElement(“My …
5th August 2024
Hello João, Thank you for your response. Indeed, I first executed the IDP migration package (which only updates the DLLs used by IDP). After that, I performed the IDP 1.5.0 …
5th August 2024
Hi, This is an issue that was already seen in the past. Could it be you’re installing the software with your domain user? We have seen cases that after a …
5th August 2024
I’m assuming you use the Execute shape data to do a parameter set in your situation. This does not follow the regular parameter set flow as it allows for more …
5th August 2024
Hi Sebastiaan, We are using this API to retrieve the dma_id/service_id from the property: npc service id, but the response time is 7 seconds. We’re incorporating DataMiner into our portal …