Visio Shape: displaying a table cell value based on a Primary Key
14th December 2022
Hi Oliver, There are multiple ways to do this, the two most common ones are: Using the element and parameter shape data (see docs): Element MyElement Parameter …
Answer
14th December 2022
Hi Oliver, There are multiple ways to do this, the two most common ones are: Using the element and parameter shape data (see docs): Element MyElement Parameter …
14th December 2022
Hi Michiel, thanks for the reply. I have tried your suggestion however the whole table appears, and no parameter is filtered as listed in the visio. Could you advice if …
14th December 2022
Manipulating a booking in a script triggered by the booking itself (LSO) is not advised , as you could experience race conditions. We would suggest to have some external logic …
14th December 2022
Can you explain why an assigned resource might be invalid and how you would detect his ?
14th December 2022
Hi Elvio, The DataMiner connector for Grafana plugs into our northbound web API. It’s using the same architecture and databases as DataMiner is using for its other operations. Depending on …
14th December 2022
Hi Ashwiny, you need to use the “dynamic table filter syntax” as detailed in https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Dynamic_table_filter_syntax.html Make sure to observe the exact syntax and spacing. In order to combine two or more …
14th December 2022
The recommended way would be to first stop the DMA, update DB.xml with extra IP addresses, then restart the DMA
13th December 2022
Hi Adam, Perhaps not entirely equivalent, but you may set the alarm template to have a normal value with the latest SW version and then, on any other severity level, …
13th December 2022
Based on the answer to this other question, I created a test script to modify the link of a FunctionResource. The following code snippet assumes that the script receives a …
13th December 2022
Hi Ana, Often using a grid layout is a good way to do this, DataMiner cube will automatically adjust the grid to use the available space as well as possible. …
13th December 2022
Hi Ana, I use the ‘Dock’ shape data to force the a Visio shape to be closest to the edge of the Cube card. You can find further details in …
13th December 2022
Sebastian, In case you want a process to be run on a regular basis, you should use the Timer Start Event or external code to push tokens in the process. …
13th December 2022
I tried setting it up locally and it works as expected here with your final example. Your regex matches everything that contains ONLY a number or ‘:’, meaning that if …
13th December 2022
Hi Jochen, I created a small automation script that send a command that requires sudo privileges. I believe this can also be implemented in a connector. In this case you …
13th December 2022
Miguel A partition question exists in any Linux server setup, irrespective of DataMiner software. The need for partitioning depends on the objective of the solution and storage needs. A separate …