View dashboard without logging in
18th November 2025
Hi Trong, There are two ways to let everyone in the organization view a live dashboard, and both require some form of authentication. You can publish a shared dashboard through …
Answer
18th November 2025
Hi Trong, There are two ways to let everyone in the organization view a live dashboard, and both require some form of authentication. You can publish a shared dashboard through …
17th November 2025
Hi Simon, This can be achieved by creating a batch script that opens the required Cube clients. More information about the available command-line options can be found here (especially the …
17th November 2025
Hi Mieke, In the “Protocol & Templates” module, you can right click the template you want to duplicate. In the context menu, select “Duplicate”. This should give you a popup …
17th November 2025
Hi Ryan, I think what you are looking for are the GetKeysForIndex() and GetKeysForValues() methods. See this page for more information: https://docs.dataminer.services/develop/schemadoc/Protocol/ColumnOptionOptionsOverview.html#requesting-index-values-from-index-columns. The GetKeysForValue method can be used as follows, to …
14th November 2025
The issue was that the visio name did not match the protocol name. The visio name MUST match the protocol name for it to be visible on the Cube. Thank …
14th November 2025
Looks like you’re getting an error page of https://dataminer.services. Can you reach out to our support?
14th November 2025
Hi Francisco A possible workaround is to add an extra column in the table that will be the one used for alarming (and where you define the alarm properties). The …
14th November 2025
Hi Johannes, I believe the best approach would be to copy the settings from the following file: C:\Users\[UserName]\AppData\Local\Skyline\DataMiner\DataMinerCube\CubeLauncherConfig.json Specifically, you’ll need to copy the information contained in the ClusterGroups field. Kind …
14th November 2025
Hi Paul, To be honest, I don’t recall ever hearing about this issue when using the SLCCMigrator. My best advice is to reach out to Techsupport. We’ll need a LogCollector …
14th November 2025
Hello Thomas, Dataminer does not provide an out-of-the-box mechanism to automatically mask alarms after X occurrences. However, the Correlation Engine can be used to perform actions when complex conditions and …
14th November 2025
Hi Silvino, There’s no email distribution list to subscribe on. Our Community blog however does have a built in RSS feed. Every new feature release an article is posted along …
14th November 2025
Hi Harald, When you create the link, all matching variables should appear. The important detail is that their types have to align. If you filter on a number, you’ll only …
14th November 2025
Hi Joshua, can you verify whether you are running the latest version of DIS? Version 1.4.1 of the Skyline.CICD.Validators package fixed an issue regarding a possible NullReferenceException in CSharpNotifyProtocolNtFillArrayWithColumn (see Release …
13th November 2025
Hi Harald, As of DataMiner 10.4 (CU14), 10.5 (CU2) and 10.5.5 there is a tooltip property on every layer. This tooltip will become visible when hovering over that specific layer …
13th November 2025
Hi Joel, If it’s only for visualization purposes, you could change the column appearance that conditionally shows ON or OFF based on the value of the cell (see docs or …