Hello, I was wondering if there was a way to run a saved search based off the result of another saved search. Ex. using sql. select c.* from customer c where c.id( select id from customer where country = 'Japan'). I know this is possible without 2 saved search but what I need is to see if if parent customer is also a child customer.(seeing if a parent customer has a parent). Pretty much trying to find all 3rd level customer record.