Count row on table LCA
23rd October 2024
You should be able to do this without the need for a custom operator. You can aggregate (distinct count) the alarm ID. This will give you the total amount of …
Answer
23rd October 2024
You should be able to do this without the need for a custom operator. You can aggregate (distinct count) the alarm ID. This will give you the total amount of …
23rd October 2024
Hi Matej, Think the solution from Most efficient manner to get Element table parameter – DataMiner Dojo should help you.
23rd October 2024
Hi Ive, attached is the snippet of my code.
23rd October 2024
Can you share the definition of your button parameter and QAction? Below you can see a snippet from my test protocol. I can confirm the code below works as expected.
23rd October 2024
and at the end %Failed to get value of SNMP variable. Variable does not exist (noSuchName(2)) the router is enabled as they told snmpv3 the cmd line as u can …
23rd October 2024
Hi Koen, This is a software limitation, in the alarmtemplate editor, we always use the default page size. However, if the connector would use a Table-based matrix, the alarming is …
23rd October 2024
Hi Zhing, It’s not possible to trigger a script directly from a button. You will need to trigger a QAction with your button, which can trigger an automation script. In …
23rd October 2024
Hi Martin There is currently no easy way to update/delete an image from within Dashboards/Low Code Apps itself. It can safely be deleted from C:\Skyline DataMiner\dashboards\_IMAGES, this will have to be …
23rd October 2024
Hi, From the logs it appears you are installing an older cloud pack, could you try downloading the latest cloud pack and see if this resolves your issues? You can …
23rd October 2024
Hi Chirangee, if this url is stored in a parameter of a (scripted) connector, you can use a placeholder in the “Link” shape that refers to this parameter, If needed, …
23rd October 2024
As indicated in the requirements, upgrading to 10.4.0 requires .NET 8.0 to be installed: https://docs.dataminer.services/user-guide/Reference/DataMiner_Compute_Requirements.html#microsoft-net The prerequisite check “VerifyDotNetVersion” that is part of the upgrade checks if that is the …
23rd October 2024
Hi Felix Beta version (or pre-releases) are not advised to be used. Those are versions that we use for testing and seeing if everything is working. We are currently working …
23rd October 2024
Found a solution, as there are only beta versions of V3.x github uses latest official version. I had to specifify to use a beta version with: dotnet tool install -g …