Answered
Getting Subtotals in a cfoutput group
Hi, I'm trying to create a report that will show call data (#
calls, avg duration, etc.). It will output a section for each rep
and within that section it will break down by market and finally by
date. I also want to include subtotals for each rep and market
(this might make more sense when you look at the code below).
Right now I'm using cfoutput grouping with a couple q of q's inside to get the subtotals. It's almost working, except the q of q for the market subtotals isn't returning anything. If anyone has suggestions for a more efficient way to do this, I'm open to that too.
Thanks in advance for any help. Here's my code:
Right now I'm using cfoutput grouping with a couple q of q's inside to get the subtotals. It's almost working, except the q of q for the market subtotals isn't returning anything. If anyone has suggestions for a more efficient way to do this, I'm open to that too.
Thanks in advance for any help. Here's my code:
