Hi
Do the following :
--Insert a group on Emp016.PelProm
--Create the following formula and place it in group footer :
Whileprintingrecords;
Stringvar gTotal;
gTotal:=gTotal+({Emp016.PelProm}+','+Totext(Sum ({Emp016.SynTeliko},{Emp016.PelProm}))
Now at end of your report write this formula :
Whileprintingrecords;
Stringvar gTotal;
Replace(gTotal,',',Chr(13)