how to find sub total for each T1 & T2(see abv img link) using Formula in Crytal Report
An easier solution:
Follow these steps a second time to create a 'grand total' (a summary field located in the report-footer section).
If you insist on doing it the hard way, the formula would be:
// {@the_hard_way}
Sum({table.Amount},{table.Tenant})