Skip to main content
Inspiring
August 7, 2008
Question

Anyone use the subreport attribute of the cfreportparam tag?

  • August 7, 2008
  • 2 replies
  • 813 views
I'm trying to move all my queries out of the report builder and generate them on a standard Coldfusion template now that this is permitted in CF8. However, I'm having trouble calling accessing the data in my subreport when I pass it in this way. Can anyone point me to a page with the proper syntax I should use in the Report Builder for accessing the data?
This topic has been closed for replies.

2 replies

epulfyAuthor
Inspiring
August 29, 2008
... does this attribute even work? Has anyone there at Adobe even used it?
epulfyAuthor
Inspiring
August 9, 2008
Specifically, for this subreport, I have a basic query that just counts the number of entries a user has. If this number is GT 0 then I want it to go ahead and print the other subreports contained within it. Pretty easy right? (NOTE: This one already works as an internal Report Builder query, I just need to know what to do within Report Builder to get something as simple as "query.recordCount GT 0" to work in a "Print When Condition" when the subreport queries are generated outside Report Builder.)