Using Crystal report 7
I want to view the table 1 and sum of table2
table1
id name
001 raja
002 vijay
003 suresh
....
table2
Try this it will work for you
1) Add a Group in your crystal report i.e. by Name
2) Add a running total
3) your report will be as follow
4) Your output will be
Join Table 1 and Table 2 on ID.
Add the fields ID, Name, and Value to your report.
Group the report on ID and Insert a Summary field (SUM) on VALUE to the Group Header.
Add Name to the Group Header.
Add a Grand Total (Report Footer) on Value.
Hide or Supress the Details band.
This will give you the same as you desire, but without the necessity of Running Totals and resets.