visio listing alarm filter

Hi Joel – not sure if that would be working for your specific use case, but did you consider showing the alarms in the Alarm Console of Cube?  That’s the …

Doubts with Button colors in a Low-Code App

Hi André, Customizing the style of the button is currently indeed a bit confusing. The button follows the app color. We have a task on our backlog to fix this …

Triggering a QAction upon element deletion

Hi Chian, In your connector you could use ‘Monitors’ to subscribe on element state changes. This is described on the following page: https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryMonitorsGettingStarted.html. The page also contains an example of …

Triggering a QAction upon element deletion

Hi Chian, A possible option is to catch the information events related to the element removal through a correlation rule: The correlation rule could set a parameter in your manager …

List of strings in GQI query

Hi Carl, A possible option is to create another adhoc script that process the product numbers. They can shown in another table. Next, you can use a row from the …

List of strings in GQI query

Hi Carl, It is currently not possible to add a dropdown within a table cell. Another solution which might help for your case is to use a popup. On click …

Display data only in the first row of a table

Hi Amber, I think it would make sense to have the latest values in separate parameters. This way you can just display the parameters instead of having to find the …

Visual overview load times

Hi Philip, There are no specific tools for this. However, if you open the cube logging and enable “Show SPI logging” you can see this information. As you can see …

Data taken to Visio view.Is it possible?

Hi Jaroslaw, This looks like something that might be useful in certain cases, however, I don’t think that this is available today. For this, it might be good to add …

Visual Overview – Missing shapes and data

Hi German, This does look like a Visio which contains quite some redundant shapes. Very likely the issue will be related to how the shape data and/or shapes & groups …

Trending from log data

It looks like this question has already been answered in the comments. This is a pro forma answer to make it possible to mark the question as resolved.

Visual Overview – Missing shapes and data

Can you try the following: Clear the visio cache and see if it that already helps. Do you see a continuous ‘Loading’ message banner at the bottom of the page?  …

User-Defined API – Not triggering

Hi Daniela, It looks like the URL you are trying to use is incomplete. The path should always start with ‘api/custom/’. This would thus make: “https://<host>/api/custom/DOL/maintenance”. Can you give this …