DWQA QuestionsCategory: QuestionsHow to create a Filter that would return the Items belonging to the Current version only
Amita Gupta Staff asked 5 years ago

Suppose you are having 2 versions of the same project 1.0 and 2.0
User has the items created in V1.0 and also in V2.0
When we open the filter in 2.0, we see the Items of V1.0 also. 
 

1 Answers
Amita Gupta Staff answered 5 years ago

In order to list only the Items of V2.0 or you can say to list the items of only the Current Project Version use the following user-defined criteria

(obj_version=[QMV] )
 
To include the Pool Items also use the Following user-defined criteria with OR condition
 
(action_type=’HEAD_VER’)