I've many requirements in many packages.
I want to obtain a list of these requirements that are not validated or not implemented.
I've added in a diagram a Modelview artifact, and I've used following query:
SELECT t_object.Name FROM t_object WHERE t_object.Status <> 'Validated';
I obtain all elements in my project that are not validated. How can I select only requirements (both functional and non-functional)?