SNMP GetNext Request
2nd October 2024
Hi Matej, For GetNext method to work all columns that are defined in the connector should be available in the device. But if the device doesn’t implement all columns there’s …
Answer
2nd October 2024
Hi Matej, For GetNext method to work all columns that are defined in the connector should be available in the device. But if the device doesn’t implement all columns there’s …
2nd October 2024
Hi Chirangee, I’m not sure if I fully understood the question, but it seems clear that you’ll need a QAction to manage what you want to achieve with the table. …
2nd October 2024
Hi Apurva, To get the ring shape, I’ve used the grid component and stacked different circles on top. For the colors you can use the conditional fill, based on the …
2nd October 2024
Hi João, The easiest way is to use the class library. More information can be found here. Using that library you can retrieve the element, and create a duplicate of …
1st October 2024
Hi, this is definitely not expected behavior and your setting is correct. ‘Auto size’ should make the content fit under all circumstances. I can verify it is indeed not taking …
1st October 2024
Hi Hari Priya, Would the sample ad-hoc data sources listed in the following topic give you what you need? https://community.dataminer.services/question/how-to-create-adhoc-data-source-for-retrieving-alarms-low-code-app-gqi/
1st October 2024
Hi Peng Fei, For the first step, you can achieve this by using the following code: IDMs dms = engine.GetDms(); var elements = dms.GetElements().Where(x => x.Protocol.Name.Equals(“YourProtocolName”)) // You can add …
1st October 2024
Hi Bart, The current driver version doesn’t contain functionality to actively manage redundancy switching.
1st October 2024
Hi Apurva, Using the new set value action (available from version 10.4.9), you can set the value of a text, search or number input with an action. You can also …
1st October 2024
Hi, I’m not quite sure if I understand the question correctly, but I assume you want to use our mobile Visio feature where a router control Visio document is active …
1st October 2024
Hi we had a similar question recently where I summarized the differences between LCA and Dashboards. Feel free to take a look at it here:Create View and Dataminer Cube and …
1st October 2024
Hi Miguel Would it be possible to log out and log in? This error can sometimes happen when your session is no longer valid which results in some calls that …
1st October 2024
Ruben, The current implementation of the ‘simple/quick search’ doesn’t allow you to find a service based on the element name of a service child. However as soon as you give …
1st October 2024
Hi Tom, This is a great question, it’s indeed not advised to manually force a specific Cube version for a server. This is only used for specific cases. It is …
1st October 2024
Hi Hari One option would be to use the ‘script output’ feed of a button to execute a script and visualize the output in a text or web component using …