Low Code Apps, table grouping

Hi Carl, This is indeed possible, there are several solutions which might fit your use-case: Applying the grouping for all users After clicking the arrow in front of the query …

Low Code Apps, table grouping

Hi Carl, I think a good option is to make use of an input parameter. In the documentation, there is an example, where a minimum age is used as an input …

DataMiner stuck on 99% loading

If I understand it correctly, it took more than 20 minutes to start a DMA node with 0 elements on it? Something is indeed going wrong then… Does this server …

Change Polling IP from a Automation?

Hi Rosalia, You should be able to update the polling IP, or any part of the element connection by using the following Class Library code. Depending on the type of …

How use Pop-up in dashboard ?

Hi Wout. Can I create action as below: When I click on a service in one table you get popup information from another table about the number of CC errors …

multiple Alerter instance

Hi Bernard, It is not possible to open multiple instances of Alerter on the same PC. We have a check in place that prevents opening a second instance of Alerter …

Edit element IP from Automation

As far as I know, you can change the polling IP of a device via the IDmsElement object as well. You can access the connection via IDmsElement.Connections. Once you have …