QAction update every row
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 …
Answer
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 …
2nd August 2024
Based on the investigations, we used the low-level .Net communication to get the desired information and create a custom JSON parser to parse and get the data needed.
2nd August 2024
Right, nothing to do with the context menu: engine.GetDummy(“vmatrix”).Name -> engine.GetDummy(“vmatrix”).ElementName and it works 😉
2nd August 2024
Can it be an optional on the section but none optional on an state? we have had a few of these mismatches in the past
2nd August 2024
Hi Gerwin, When the context menu contains the option options=”table:selection”, it will pass along all the selected primary keys to the logic behind it. You should be able to do …
2nd August 2024
Hi Yvan, You should be able using the method from the video, select only the services you want.
2nd August 2024
Regarding your first question: currently DataMiner will only read out the Email, Givenname, Surname & Groups Claims, other data, like your pager claim, will be ignored. Unfortunately, I don’t believe …
2nd August 2024
Hi Apurva, I assume that by ‘GQI script’, you’re referring to an ad hoc data source. If so, you have complete control over how the data is supplied and how …
2nd August 2024
Hi, I performed a small test and I got the following results: Table with a primary key only: It will return the primary key Table with the naming option, but …
2nd August 2024
Hi Marco, I believe it should be possible. When configuring the GQI query, you can filter based on a time range feed. You will need to configure two filters: From …