Element credentials not being saved.

Are you talking about credentials that are available under DATA pages of the element or credentials under the ‘Edit’ of the element? In case it is under the ‘Edit’, there …

Visual Overview DateTime -x Hour

In a Visual Overview you can perform simple date-time calculations inside a dynamic placeholder. The “[Subtract: … ]” placeholder allows you to show the value of a datetime parameter minus …

View dashboard without logging in

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 …

How to launch multiples Cube with 1 click

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 …

check a table for specific value

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 …

Cube Connections Backup

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 …