Visio Dynamic Link to Parent View
8th May 2026
Hi Felix, The Visual Overview is optimized for a top-down approach (parent to child) rather than navigating upward. This design choice stems from the fact that an element can belong …
Answer
8th May 2026
Hi Felix, The Visual Overview is optimized for a top-down approach (parent to child) rather than navigating upward. This design choice stems from the fact that an element can belong …
8th May 2026
I don’t believe it is possible with the generic button component. However, you could create a button through a grid component (with as data source a single row, which could …
7th May 2026
Hi Paul, Thank you for taking the time to explain why the “Skyline Mixed” theme is important in your environment. I completely understand the concern. Personally, I was also a …
7th May 2026
Hi, I had a quick look and indeed, the element name is not included in the bindings. A possible option is to include the element name in another place. For …
7th May 2026
Just did a quick test and see that ‘Element name’ is available via the System Name binding. Hope it helps.
7th May 2026
Hi Pedro, Thank you very much for the answers. I am currently trying to build the DLL myself according to your suggestion (2) and set a reference to the Qaction.
7th May 2026
Hi Thomas, A possible option is to use the placeholder RegexMatch. The only data shape required will be a reference to the element. For example: Element: [this element] Then, in …
7th May 2026
Hi Ramesh, I probably need a bit more detail on why masking the alarm or parameter for 24hrs would not work. You mention ‘polling-based’ and table column parameter, but what …
6th May 2026
Hi Mariana, I believe the configuration does take effect, and we should look further into what exactly is causing the timeout. It could happen that a series of requests are …
6th May 2026
Hi Ramesh, Before jumping to masking, is it not an option to use alarm scheduler (see Scheduling an alarm template)? Please let us know if this cover your use case. …
6th May 2026
Hi Johannes, Alarms with rootID 0 are indeed not valid alarms. Usually the rootID should be equal to the AlarmID if it is a New alarm, or equal to the …
6th May 2026
Hi Cheryl, The DOM Editor is typically following what DataMiner has to offer related to DOM. Therefore, we are introducing versions that are more thightly linked to DataMiner versions. Can …
5th May 2026
Hi Julien, Could you try and add the following line to the builder. “.WithRepetitions(-1)” (see docs). This should tell the task to run infinitely instead of a set amount of …
5th May 2026
Hi Michael, To avoid confusion, the global.json file is only relevant for solutions that make use of the Skyline.DataMiner.Sdk SDK (like Automation script solutions) Such projects have the following in …
5th May 2026
Hi Tom and Pedro Thank you so much for your replies! I tried using Tom’s version. I created a new solution and a global.json file. I then get an error …