I have a query that I will eventually make into a stored procedure.
It is sort of a QA helper that our team members can run to help identify possible data issues.
The issue that I am running into is that not all of the sub queries are applicable to all users.
Is there a way to hide the results pane for the sub queries that have no results?
This will only show the queries that have things that they need to address and will help to clean up the results pane.