DOM Filter expressions
6th August 2025
Hi Fenta, If I understand your use case correctly, you would like to only retrieve the DOM instances where a string value stored on the instance does not match any …
Answer
6th August 2025
Hi Fenta, If I understand your use case correctly, you would like to only retrieve the DOM instances where a string value stored on the instance does not match any …
6th August 2025
Hi Rachel, I myself am only familiar with the QAction approach, so I’ll only comment in that regard. In my opinion, the easiest way to do this after performing the …
6th August 2025
Hi Philip The Skyline.DataMiner.Sdk projects are a lot simpler for CI/CD as the package creation is done together with the building of the solution. In short, you can use ‘dotnet …
6th August 2025
Hi Kris, In newer versions of Cube you can right click a service and see its host via the properties window. If you need to check many at once, you …
6th August 2025
Hi Kris, not sure if this is the answer you are looking for, but you can check what services are hosted on the DMA by going to C:\Skyline DataMiner\Services of …
6th August 2025
Hello Jaroslaw, this is a realistic scenario for the migration you are targeting. As you mentioned, the only “issue” will be the licensing as you will need to get a …
6th August 2025
Hi Donnell, I’m not sure that this will resolve your issue, but what caught my eye after a quick glance was the configuration of parameter 300. The value specified for …
6th August 2025
Hi Ive, It seems that this limitation is related to the NATS max payload (30 MB). Based on this, most probably it will not be possible to override the size …
6th August 2025
Hi João, It is currently not possible to trigger a ‘Show a notification’ action based on a condition. If this is something you are interested in, you can create a …
6th August 2025
Hi Kévin, I see that the current output type of your flow is ‘Object manager instances’ and not ‘Table’. This means that you can only merge it with other data …
6th August 2025
Hi Mia Miao, If you plan to display the table without any filter box, you can remove the option ‘Table’ from ‘ParameterControlOptions’. For example, these two shape data should be …
6th August 2025
Hi Steve, The Button component in Dashboards doesn’t allow dynamically linking data to the input parameters of the script. If you want to link data from the selection in the …
5th August 2025
Hi Jorge, The time to fail over will indeed depend on the number of elements. The standby DMA is active, but when the failover needs to happen, all the elements …
5th August 2025
Hi Alberto, thank you for your Answer. This was my solution: https://docs.dataminer.services/dataminer/dataminer_services/Advanced_config/Disconnecting_from_dataminer.services.html But for all reading this, handle with care… BR Walter
5th August 2025
Hi Mohan, In DataMiner, most of the time when you edit a component or setting, this will generate an information event. As far as I know, creating, removing, or editing …