hi i am displaying crystal report using stroed procedure.my stroed procedure returns following records


ID Lang City
123 test aaa
123 abc aaa
123 tap aaa

so in the report record displays 3 times

instead i want to display like this


123 test,abc,tap aaa

how to do this?