How could I parse dbr.sum value through my custom template?
I declare
select dbr.sum field1,field2,field3,
-----
---
Create a separate template with name "Reservation summery footer " with
<!--header--><table>
<!--row--><tr>
<td>#field1</td>
<td>#field2</td>
<td>#field2</td>
</tr>
<!--footer--></table>
But the sum value is not parse . What will the correct procedure?