In an existing report, I know I can make changes to the from, where, and order by clauses in the "show sql". But what I really need to do is add a group by clause. Is there a way to do this without having to make massive changes to my existing report (amounting to moving my detail section into a group section and summarizing there)? My report is based on a view and some other linked tables. I need to summarize away one field in the view, keeping my detail section in tact. Thanks in advance!