Question
Subtotals in CF Reports
I am trying to produce a report in CF. I know that I can use
qry.recordcount to give me the total records, based on my query
selection criteria.
But how do I produce and display a subtotal ? For example, if all output is sorted by dates and at the end of each date break, I want to show a subtotal/count of the records for those dates, something like "total number of records for #date_x#", then continue with the display and produce another subtotal/count at the next date break, etc. My output would be in a table.
how can that be done ?
Thanks in advance
But how do I produce and display a subtotal ? For example, if all output is sorted by dates and at the end of each date break, I want to show a subtotal/count of the records for those dates, something like "total number of records for #date_x#", then continue with the display and produce another subtotal/count at the next date break, etc. My output would be in a table.
how can that be done ?
Thanks in advance