I have an SQL table with a State field (Char(2)) and a City field (Varchar(20)). In my report, when I do a Group By on State and City I am getting two (or more) rows for some state and city combos because some of the city fields have trailing spaces in the SQL table. If I run the same grouping in SQL, I only get one row. The data source for the report is an SQL store procedure. Is there a way around this?
Auguy
Northwest Ohio
Auguy
Northwest Ohio