GqiGetPartialTable
18th April 2025
Hi João, I don’t see any issue in the code you provided, however there are some missing pieces so I’ll try to give some advice on how you can uncover …
Answer
18th April 2025
Hi João, I don’t see any issue in the code you provided, however there are some missing pieces so I’ll try to give some advice on how you can uncover …
18th April 2025
Hi Matija, This syntax looks good. More information about syntax of hyperlinks can be found here Hyperlinks.xml | DataMiner Docs.
18th April 2025
As this question has now been inactive for a very long time, and there has been no further reaction from you, I will close it. If you still want more …
18th April 2025
Hi Jake, Can you try to add System.Net.Http.dll in the DLL references under the advanced section in the automation script and try again? Regards,
18th April 2025
Hi Johan, Before DataMiner 10.4.0[CU14] / 10.5.0[CU2] / 10.5.5, the groups were created based on the order in which the items were fetched using the query. This means that you …
17th April 2025
Hi Niranjan, Did you try this suggestion? Calling HTTP end point from inside QAction – DataMiner Dojo
17th April 2025
Hi Niranjan, Did you try this suggestion? Calling HTTP end point from inside QAction – DataMiner Dojo
17th April 2025
Hello, To implement HTTP paging in a DataMiner Protocol using QActions, it’s best to do the following: QAction that initiates the HTTP session, sets the correct URL parameters (like limit …
17th April 2025
Hi Johan, I think this could be possible with Custom Operator. Something similar is explained in following tutorial: Providing a custom sort order You can also apply filter with Custom …
17th April 2025
Hi Deema, When you mention that you want to refresh the “Status” column to reflect any immediate change, where is this updated information coming from? If the new value is …
17th April 2025
Hello Juan, If you want to determine the state of an element, the easiest way is to use: var element = dms.GetElement(DmsElementId dmsElementId); or var element = dms.GetElement(string elementName); After …
17th April 2025
Hi Juan, it’s not possible to upload Protocols neither Automation Scripts without authentication. Could you please clarify the intended meaning or objective behind GQI? Kind Regards,
17th April 2025
Hi Nils, This is likely a software issue. Can you please reach out to techsupport@skyline.be to open a support case?
17th April 2025
Hi Mieke, It is indeed not so straightforward to find these IDs. You can find them in a few steps: Query ID Open the devtools of your browser Visit the …
17th April 2025
Hi Johan, Thanks for bringing this to our attention. This looks like a software-related issue. Could you please get in touch with tech support about this? They’ll make sure the …