PDA

Click to See Complete Forum and Search --> : Beginner


sangeeramesh
May 10th, 2008, 04:53 AM
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?

VBFnewcomer
May 12th, 2008, 12:06 AM
how about using grouping on ID and using some formula to retrieve all related records