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.
remoovin group by clause
Wed, 2010-08-25 07:25
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.
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.