I've recently inherited a CF app that uses CF reports and
don't have any previous experience with it.
The report appears to accept an external query, but also has
an embedded query. The external query is what's being used to
generate the report, but it's also processing the internal query
for some reason. If I remove the internal query, it errors out. Do
I need to have an internal query at all? If so, why? It seems that
if I'm passing a query in using the <cfreport query attribute, I
shouldn't have to embed a query in the report.
Thanks.