DWQA QuestionsCategory: QuestionsHow do I create a dynamic view in Orcanos Filter, that show the list of defects for a specific execution [$ME]?
admin Staff asked 6 years ago

I have execution set, and I wish to add one dynamic filter that shows all defects that were reported from this specific execution set.

1 Answers
admin Staff answered 6 years ago

In order to display embedded view that will show the list of defects reported from THIS execution set, you will need to build filter to get all defects based on your needs
The open the Advanced tab, and add the following code to the User Defined Criteria:
execution_set_name like ‘%([$ME])%’
Now add this filter in your execution set description. It will show lsit of all related defects.