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,
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!