SetVar used for Trending – not refreshing

Hi Daniel, I believe the issue is linked to how you defined the “Parameters” shape data on your trend graph. This should be defined as element:parameter:index. You seem to be …

500 error in API with Dataminer Automation

Hi Yuki, We can see in the response that you get errorCode:12. This indicates the following: AutomationActionError: An error occurred while trying to execute an Automation script action. The full …

How to create a dropdown of a table’s display keys?

You can achieve this with the SetVar control in combination with the param placeholder. The content of your SetVar will be something like this: myVar:[param:<elementName>,<pid>] where <pid> is the parameter …

DataMiner SaaS

Hi Stuart, we use MS Azure when we host DataMiner as a service (i.e. SaaS)

Adding sprites into Maps

Images have to be stored below the Webpages folder so that they are accessible by the web browser. If it is below the v1 folder or not doesn’t really matter, …

Duplicate low code app

Note that there are plans to have this feature available in the webapps. However, to do this manually, you can indeed copy an app folder, modify the folder name to …

Placeholders in Correlation generated alarm

Hi Trong, Be default the value of the alarm is not evaluated to replace such placeholders (for performance reasons). You need to specifically enable this option ‘Evaluate Alarm’, as also …