Hello
Is it possible to have a top level dynamic visio that shows all the subviews below that are in a major / critical severity state?
Thank you.
Best regards
Bruno Sousa
Hi Bruno,
This is possible by using a children shape which can generate a shape for each sub view of a certain view. Additionally, you can add a severity filter to this children shape.
More information is available in the DM Help.
Note that you can use the Recursive option if you want to include more deeper nested sub views.
Yes, this is possible (ref DM Help).
You can use the shape data:
ChildrenFilter : AlarmSeverity:Critical,Major
Thank you!
Hi Bruno,
Yes, this is possible. In this case you could use the feature Generating shapes based on child items in a view or a service
For your use case 'all the subviews below that are in a major / critical severity state', you could use the following value for the shape data ChildrenFilter (which is defined in the child shape):
ChildrenFilter: AlarmSeverity:Critical,Major
In the Group-level shape data, you will need to use the following value for the shape data ChildrenOptions to create shapes based on sub-views:
ChildrenOptions: Recursive
Thank you!
Thank you!