Hi Mark, Unfortunately this can't be done as easily as you suggest, but there is a way. It would involve making a copy of the cf_DisplayList custom tag, and modify the query loop logic to update the subtotal, then output a footer row afterwards. Look for the line that says "<cfloop from="#StartRow#" to="#LastRow#" index="currentRow">" - that's the main loop the outputs the table.
Hope this helps, David ----- Original Message ----- From: "mark" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, July 29, 2006 2:11 PM Subject: [plum] inserting non plum tags between a <cf_DisplayList> tag pair > I have a list page (attached PDF) which lists total hours for the day (from > database). I want to display the total hours (grand total so to speak) for > a given list. The grand total for the attached list would be 82.5 hours. > > Is there an easy way to do this? Can I update a variable in the middle of > the <cf_displayColumnInList> tags so it adds total hours with each > iteration? > > The Plum support list sure has been quiet lately. Hope someone "hears" my > post! > > Mark Fuqua > ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
