Answered
Multiple cfoutput groups
I have a report and need the results displayed in multiple
groups. From one query result set I am using the cfoutput tag with
the query and group attributes to display the results (types and
number of workers) by mealtime (Lunch and Dinner). This works fine
but I also need the types of workers grouped (with each mealtime)
by which part of the restaurant they work in (front, back,
management). To do this within the aforementioned cfoutput tag I
added another cfoutput tag with a second group option. This almost
worked but the problem is that I am only getting the first row of
data from each one of the subgroups (where they work) and not all
of the rows. I tried adding the query attribute to the nested
cfquery attribute but that is not allowed.
Has any one used multiple group attributes in nested cfoutput tags? Can it be done? If so, what am I don't wrong. If not is there another way?
Thanks,
Jason
Has any one used multiple group attributes in nested cfoutput tags? Can it be done? If so, what am I don't wrong. If not is there another way?
Thanks,
Jason
