Fetching discreet options from param
21st May 2026
Hello Stefan, If I understand you requirement correctly, you should be able to present your column data in few steps: 1. Create a GQI query to read your table (here …
Answer
21st May 2026
Hello Stefan, If I understand you requirement correctly, you should be able to present your column data in few steps: 1. Create a GQI query to read your table (here …
21st May 2026
Hi Asri, 1. The average trending should show 5 minute averages. 2. Yes, it means that only 1 datapoint is stored instead of 12 and the graph should show the …
20th May 2026
Hi Ryan, This is indeed how it works. The alarmfilter will determine what alarms are send to SLAlerter, while the clientside severity filter will determine when the balloon is shown.
20th May 2026
Hi Steve, In your component function you can add options. If you add the option ShowRibbon=true you will get the top menu bar. You can also check the example in …
19th May 2026
Rafael got the elegant solution for this problem: You can link the Dropdown inside the query as filter. That is very intuitive & convenient solution as it shows directly what …
19th May 2026
Hi Chowdary The Dojo Questions can be answered by anyone who might be able to help, so it’s not limited to Skyline’s (tech)support. Currently your request is quite broad and …
19th May 2026
Hi Juan, If I understood your question correctly, it can be done if the child element is known. The documented approach is to use the DataMinerSystem library to retrieve that …
19th May 2026
Hi Thomas, Based on your description and my additional questions, there doesn’t seem to be anything obviously incorrect about the setup. I suggest you get into contact with tech support …
18th May 2026
Hi Jan-Terje, You can also check the current replication factors with: SELECT keyspace_name, replication FROM system_schema.keyspaces; A replication factor can then be changed using the ALTER KEYSPACE command, for example: …
18th May 2026
Hi Dario, I was waiting to see if anyone else had a better suggestion, but it does not seem like anyone is responding to this question. One possible way to …
18th May 2026
Hi Chris, When a script does not contain a Script class, DataMiner automatically wraps the code in one. As a result, your code is effectively transformed into the following, which …
18th May 2026
Hi Chris, When creating the script, SLAutomation will look for a string “class Script” in the code. If that is not present, it will take the provided content and put …
18th May 2026
Hi Robert, Here is the suggestion I was referring to:
18th May 2026
Hi Wannes, There is currently no way to add multiple rows with 1 ‘Add row’ action based on a selection. The action will take the first selection when the linked …
18th May 2026
Hi Alberto, Your plan seems solid. Although it’s technically possible to migrate in CU4, We indeed recommend you first go to 10.5.0 [CU11] or higher before migrating to the new …