Add parameters from two different connectors

Hi Greisen, For this use case, you could use aggregation rules. Below an extra of an aggregation rule that sum rows from a column parameter (you can also aggregate single …

Connect to an external SQL database

Hi Stefan, For this use case, you could proceed as follows: Ingest stage: Use the connector indicated by Arun to interface with the DB. This connector will enable you to …

Connect to an external SQL database

Hi Stefan, Can you try using this driver ? This connector can connect to an SQL Server database, execute queries, and retrieve the responses. Generic SQL Query | Catalog

How to trigger the mask/unmask alarm as we have in Cube?

Hi Apurva, To mask a specific alarm in an automation script, see this example where all the alarms of a service get masked: https://github.com/SkylineCommunications/SLC-AS-MaskServiceAlarms/blob/main/MaskServiceAlarms_1/MaskServiceAlarms_1.cs The “Get Alarms” GQI data source …

DataMiner Web Support Assistant

A bit tedious , but it is possible to export and import Chrome extensions. Your friendly neighborhood ChatGPT can give you the finer details.

DataMiner Web Support Assistant

Hi Jeroen, Please check this link : How to download Chrome extensions for installing on another computer? – Super User

Table values from a time in the past

Hi Romain, You can open DevCenter (located in C: –> Program Files –> Cassandra) and write a query. You need to query the elementdata table belonging to the sldmadb keyspace …

Table values from a time in the past

Hi Romain, A possible option is using GQI queries to get historic data. You could use the data source ‘Get parameter table ID’ and enable the box ‘History’. Below an …

generate URL based on DCF for an element on LCA

Hi Marco, The output from an automation script doesn’t directly support this. However, we’ve added a follow-up item to our backlog. As an alternative, you can create an ad-hoc data …

Debugging visio

In the next Cube release (10.5.3) you’ll find improved debug logging on loading times (more accurate), but also on shapes and placeholders that were not loaded after a timeout, when …