visio listing alarm filter
6th February 2024
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 …
Answer
6th February 2024
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 …
6th February 2024
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 …
6th February 2024
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 …
6th February 2024
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 …
6th February 2024
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 …
6th February 2024
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 …
6th February 2024
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 …
6th February 2024
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 …
6th February 2024
Hi Min, Our DEV team confirmed that the notices should clear automatically. So, as this is not the case for your customer, I would suggest we take a closer look …
6th February 2024
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 …
6th February 2024
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 …
6th February 2024
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.
5th February 2024
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? …
5th February 2024
Hi Pawel, The answer of Tom will set you on your way using the DOM utils NuGet. This NuGet can be very handy, definitely when you are building a complete …
5th February 2024
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 …