ColdFusion Report Building Grouping Output By Date
i building report in cf report builder there records outputed grouped , sorted date in cf query
i need able display date grouped heading on each page, if there change of date in results on same page wanting sub heading new grouped date appear on page sub heading.
the output needing same output generated following code in cfm output
<cfoutput query="queryname" group="transactiondate">
#transationdate#<br>
<cfoutput>
#transationtime# , #transactiontype#, #transactionamount#
</cfoutput>
</cfoutput>
when try , generate similar output above in cf report builder not able have transationdate appear subheading once date changes
the report outputs rows containing
#transationtime# , #transactiontype#, #transactionamount#
however @ change of date there no sub heading appearing separate transaction 1 date next via sub heading3
adise on how solve appreciated , or reference examples of cfr file output results in grouped fashion within 1 page described above
you appear have created group on "send_date" rather "transactiondate" in report definition.
cheers
eddie
More discussions in ColdFusion
adobe
Comments
Post a Comment