Search Questions

I thought I'd seen this topic already, but couldn't find it in the forum, so I apologize if I'm repeating something here.
I have two questions related to searches.
1.Can I do a search that returns all of the assets that are linked to a specific asset? If I have an asset type of "process" which is allowed to be linked to the asset type "procedure", I'd like to do a search that returns all of the procedures related to one specific process.
2. This is tougher. Can I do a search that will return all of the assets that are linked to another specific asset type? So, I want to see all of the processes that are linked to one or more procedures.
I'm using 7.5.1
Thanks,
I have two questions related to searches.
1.Can I do a search that returns all of the assets that are linked to a specific asset? If I have an asset type of "process" which is allowed to be linked to the asset type "procedure", I'd like to do a search that returns all of the procedures related to one specific process.
2. This is tougher. Can I do a search that will return all of the assets that are linked to another specific asset type? So, I want to see all of the processes that are linked to one or more procedures.
I'm using 7.5.1
Thanks,
One answer

For 1., From the asset detail, you can go to the (on 7.5.1 called) reports from the left hand side links, and click on related assets ... it will give you the option to do relationship based filter.
For 2. if the relationship has specific name (Relationship Type), you can use something like this:
... so you can filter on process assets and add:
For 2. if the relationship has specific name (Relationship Type), you can use something like this:
_relationshipTypes_:(*Implementation*)in the search area, where Implementation is the type name of the relationship.
... so you can filter on process assets and add:
AND _relationshipTypes_:(*<rel type for procedure>*)