Dashboards – how to display a list of services under a certain view?
9th April 2022
Sebastian – Things you could try: Use a service protocol on your services and have a parameter with the name of the service parent view Name your services in a …
Answer
9th April 2022
Sebastian – Things you could try: Use a service protocol on your services and have a parameter with the name of the service parent view Name your services in a …
8th April 2022
Hi Sebastian, I once created a quick dashboard with the standard components available, so just a matter of dragging and dropping. It will give you a dropdown of possible views. …
8th April 2022
The TableRowFilter can have multiple filters by using the following syntax: TableRowFilter:*PID*=*value to filter*;*PID2*=*value to filter* (PID : parameter ID) if PID == PID2: the filters are combined through an …
8th April 2022
Hi Dominik, As far as I know in a service template you could only filter rows based on the display key or primary key. The latter is a feature introduced …
8th April 2022
Hi Alex, When linking a shape to a CPE object, you have 3 possibilities for the alarm level: Instance: Instance alarm level of the CPE object (default) BubbleUp: Bubble up …
8th April 2022
You can take advantage of the following placeholders to do some Math in a Visio as well: Average | DataMiner Docs Max | DataMiner Docs Min | DataMiner Docs Subtract …
8th April 2022
As far as I know, there are no straightforward ways to divide or multiply values in a Visual Overview. There’s however a new feature available with dynamic units, Add the …
8th April 2022
Hi Jamie, Basic mathematic operations are available such as: Avg Max Min Subtract Sum Multiplying and dividing is not yet possible but can easily be added. Also note that these …
8th April 2022
Hi Jamie, It is possible to use the shape data ParametersSummary to perform some calculations involving multiple parameters (min, max, sum, and avg) Regarding the option to scale the units, …
8th April 2022
Hi Mario, The document you show is linked to a specific element, this type of document behaves differently than ‘normal’ documents. For example: Documents linked to elements are only stored …
8th April 2022
Hello Miguel, I don’t know if this will help because our files were a little bit smaller, but I’ve done something similar, recently. I ended up creating a POST session …
8th April 2022
Hi, The best way in this case would be to set RTDisplay to true on the parameter, without positions specified. Run the DIS Validator and on the reported issue right-click …
8th April 2022
Hi Dojo team, We found the issue. The process SLAPIEndpoint was not running. After unregister and register again the DLLs and services (using the batch tools available in C:\Skyline DataMiner\Tools) …
8th April 2022
Our NATS installation uses IPs/hostnames requested from SLNet/SLDMS. If you use hostnames in the DMS.xml (+ dma restart), a fresh NATS install/Nats Reset should use the hostname instead of IPs.
8th April 2022
Hi Alex, I’m not sure of your exact issue, but in the past I have implemented a similar use case with enhanced services and subscriptions, and also found out similar …