I have a query that get the all the employees count in a table:
emp_namelast | emp_namefirst | employeetotal | year_cse1 ------------------------------------
You are on the right track but are missing a detail. The group attribute works like this:
grouped data goes here ungrouped data goes here grouped data can go here as well
In your code, you are not outputting any grouped data, and you are missing the extra cfoutput tags for the ungrouped data.