Element migration takes very long

The cause can be due to a variety of reasons. The migration feature uses DELT, so the same reasons a DELT export can take a long time apply here. Off …

Trend assignment

Hi if you are indeed looking for information on trend templates you can find that here: About trend templates | DataMiner Docs. Information on how you configure them on your …

Custom API Bearer Token

Hi it is currently not possible to define an API without attaching a token to it and the token is always expected to be in the headers. Wkr

Order to select data in a service template

Hi Daniel, I believe that the order defined in the ‘advanced’ tab works only when you provision manually the service template. For example, I have this test service template with …

Update variable when page changes – Visio

Hi Ana, A possible option could be using this feature: Configuring a page to update a session variable when another session variable changes Hope it helps.

System Center – Clean Up Unused

Hi Bruno, Another way to get the same results is using the class library. For example, you could proceed as follows: Get all the protocols using GetProtocols. This method return …

Script timing out

The Engine class has a timeout property that can be set to answer at least part of your question: https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.Engine.html?q=engine%20timeout#properties

System Center – Clean Up Unused

If I understand correctly you want to export the list of unused protocols to a file? This is not available out of the box but should be doable through an …

Can (how to) an Automation script run in c#8.0?

If you’re referring to the C# language version, then Automation is indeed capped at version 7.3 since we compile the code with the .NET Framework target. If you’re referring to …

Using Variables inside a shape group

Hi Joly, Can you try adding the following shape data to the group: View: [this view] Options: NoAlarmColorFill Enabled: False I performed a small test and after setting these shape …

Hide/Show line based on table parameter value

Hi Rajesh, Have you tried the option ForcePropertyFromParent: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Overview_of_page_and_shape_options.html#forcepropertyfromparent Hope it helps.

Hide/Show line based on table parameter value

Hello Rajesh, You can group all lines that have the same parameters and apply your parameter and condition to the group. Example: The 2 yellow lines are grouped (Sheet.787) the …