How to color chart bars by severity

I already tried doing exactly what you showed in your screenshot, but it didn’t work. In my case, I only have one column. How can I create a query with …

How to color chart bars by severity

Hi Rodrigo, I investigated a bit further and wanted to correct my previous message: It is possible to change the bar colors based on their value. You can customize the …

Persistent storage of DCF connections

Hi Bing, The DCF Connections are stored in element data. You can see the raw data under the general parameters > Dataminer Connectivity Framework.

update service by automation with core library

Hi Juan, A newly released version of Skyline.DataMiner.Core.DataMinerSystem (1.2.0.3) now allows you to edit an existing service instead of only creating a new one. The following methods are available on …

Automation Script – How to create/update DataMiner table rows?

Hi Alex, Have you tried using the DataMiner Class Library? It provides IDmsTable.AddRow() and IDmsTable.SetRow() methods that might be what you’re looking for. You could try installing the Skyline.DataMiner.Core.DataMinerSystem.Automation NuGet package and using something like: IDms dms …