remoovin group by clause

hi,
i've year attribute with duplicate values and i need to pull all data including duplicate values,
hanse i need to remove group by clause generated by sql.how would i approach the result.

Dheeraj Nallagatla on Wed, 2010-08-25 14:50

To remove group by clause in the SQL, you can define this as a level metric. Target will the Year attribute. Grouping should be set to "None". This should ignore "year" in group by clause. Leave "Report Level" as is.