cfmail group attribute throws error
问题 I have a query which returns multiple results with just data in one column as different for a particular report number. I want to group the results for one report number and send an email to one person for all the action items. Below is my query <cfquery name="qryCorrectiveDueDate" datasource="#application.config.DSN#"> SELECT FR.report_id, FR.report_number, IR.investigation_id, CA.action_who, CA.action_who_email, CA.action_what, CA.action_when, CA.action_type, CA.action_complete_date FROM