Dashboard – Filter does not apply on querys?
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 …
Answer
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 …
18th May 2026
Hi Robert, I never renamed a parameter description in a QAction myself, but there are some important things you need to make sure of. It is not possible to create …
18th May 2026
Hi Oscar, Can you add the shape data Enabled: False to the circular shapes as well? I made a small test and it seems to work: Hope it helps.
17th May 2026
Hi Ramesh, I could not find in the documentation a way to get the root time from the alarm that triggered the correlation rule. Find below a snippet that should …
17th May 2026
Hi Nuril, For this use case, you will require an automation script that will enable/disable the correlations rule. You can find a snippet of the script in a previous question. …