ColdFusion cfreport displaying DB data without a specified query

148 views Asked by At

Is there a way to associate a query to a .cfr report other than specifying it with the query attribute of the cfreport tag, or imbedding it directly using Query Builder?

I have a report that consist's of three sub-reports. The report is declared in a cfm file like so

<cfreport template="report.cfr" format="pdf" filename="report.pdf" overwrite="yes">

The Query Builder query is blank.

I cannot find where this report is wired to not only a single query, but the three that it requires to run. One of the queries is defined within the declaring cfm, it's just never set. There are also three separate cfm's for printing each sub-report individually, and each of these separate files do have a query definition and are set using the query attribute. It's a very strange situation that I'm currently chalking up to a "caching issue".

0

There are 0 answers