I'm facing a possible Visual Overview issue when collecting trend data from a parameter of an element inside a service.
I'm assigning a Visio drawing to a service.
This service holds a few elements that capitalize on the Alias feature.
I want make sure my drawing can be re-used by multiple services that may or may not have the same elements inside.
On the following picture you can see 3 use cases of the same trend graph.
To provide string visibility of the "Parameters" shape data, I replaced the '[]' for '()'.
- Static Element ID | Static Key
The Element ID and the Key are fixed. This works but I would need to create a Visio drawing for each service, which is not practical.
2. Static Element ID | Key collect from Resource DVE
Also not an option due to having static element ID.
For some reason the "green" alarm state is not reflected for the same data as in use case 1.
3. Dynamic Element ID | Key Collect from Resource DVE
In this case everything is dynamic so this Visio drawing could work for any service I apply it to.
The problem is that it is not working. I suppose the problem might be related with the first segment of the Parameters shape data because when I set it to a fixed value like 620/18672, data becomes available.
Also tried to add the ServiceContext shape data to narrow down the filtering possibilities but no positive outcome.
Service context and alias only works for element shapes. When applying this to a trend graph shape, this won't work.
What can work however, is to nest the trend graph inside a parent element shape. You can then refer to the element through the alias and service context in the parent shape and use the "*" reference to refer to the parent element in the trend graph shape.
Feel free to test this out and get back to me in case it doesn't work. I'll have a closer look then.
Couldn’t manage to make this suggestion work.
I created a 2 layer shape with the following properties:
1. Layer Properties:
ServiceContext: [this serviceID]
Element:*MediaLive Channel* // “MediaLive Channel” is the Alias
2. Layer Properties
Component: Trending
Parameters: [sep::$]3104$[param:*MediaLive Channel*,3001]:0
Element: *
Let me know if i misinterpreted your suggestion.
Ah I see you’re trying to also use the param placeholder in there. In that case Emmanuel’s suggestion is better indeed.
I have a similar situation. But what I don’t understand is, why is the wildcard for an element not working? If you just display a parameter it’s working but the trend component isn’t working.