You can do sum(r.t_table.f_field for r in rows)
On Thursday, October 20, 2011 1:27:02 AM UTC-4, andrej burja wrote: > > in controler i do join and sum > the result si rows object > in response._vars the sum is displayed in > SUM(t_table.f_field) > > what is the syntax to display that in view? > > andrej >

