Trend Points on Dashboard

Hi Muhamad, I’ve tested this on a 10.3.0 release and got the expected outcome. I was unable to find any related release note, but maybe someone else in the community …

DIS New solution missing

Hi Stefan This has been changed in Visual Studio 2022 with Visual Studio Templates. In Visual Studio 2019 you should still have it directly under ‘File > New’. Blog post: …

DIS New solution missing

Hi Stefan, Maybe the templates weren’t installed properly. You can follow the steps from our docs. It’s worth giving a shot using the CLI command: dotnet new dataminer-connector-solution -name "Solution"

Response data not appearing in connector param

Hi Donnel, Could you let us know how you have your response parameter (id=7) defined, to see if there is something that could be missing? You mention that from Postman …

Trend Points on Dashboard

Hi Muhamad, In the case of changes only, you will only get trend points in case the value has changed. In the case of the fixed interval, you will get …

Trend Graph Average Calculation

Hi Muhamad, the average of the values between 4:00PM and 5:00PM will be calculated at 5:00PM and in DataMiner Cube this will be displayed as a flat line between 4:00PM …

Starlink driver is developed and available ?

Hi Sunil Thank you for reaching out! The Starlink Telemetry API connector is not available yet but the development of it will start soon. We are expecting to have an …

failed to open application

Hi, Hi, this error message indicates that Cube somehow cannot connect towards DataMiner. Can you verify whether you can ping the DMA? When connecting over https, this error is shown …

Unable to add Table Cell to Dashboard

Hello Miguel, I normally drag the Index directly from the Parameters and so far had no issues with it. I tried it the way you suggested on a second State …

Trend Graph Average Calculation

You can find a nice explanation in this question of how average trend values are calculated. Hope it helps.

Unable to add Table Cell to Dashboard

Hi Robert, I tried to reproduce the issue that you are reporting (10.3.8), but so far I am able to display the cell value in a state component. To map …

How to delete all DOM data?

If you are looking to do it yourself, this snippet will retrieve all instances in chunks and deletes them bit by bit, so the script doesn’t timeout or run out …