Not show parent documents that do not have child response documents

I am using @If@IsResponseDoc in a view to show parent documents and their response docs based on a field in the response docs. I would like to not show parent documents that do not have child response documents. Is there an @command or a way to do this?

Subject: select

are you using @If@IsResponseDoc on select formula ?

Subject: Still looking for help on this post

Please…

Subject: Yes. Here is the formula…

SELECT (form != “Interest Profile”) & (form != “TeamMeeting”) & (form != “Forecast”) & (State!=“Closed”) & (iType!=“Customer Sat”) & (iType!=“Other”) & (iType!=“Deployment”) & (Priority!=“No”) & @If(@IsResponseDoc; obstacle!= “None”; 1)