I have my top level query with a subquery that I need to filter based on a calculated field in the subquery that returns true or false.
When I add the subquery criteria to my second query I get an error, Invalid Column Name: false.
It is basically saying the result of the calculated field is an invalid column.
Can you even do subquery criteria within a subquery?