How to add total in the report
I want to add a total amount in the report.
My structure is
AgentId CustId Name DepositAmount DepositeDate
I want to add sum(DepositAmount)<='Specified date' of a selected agent (i.e. group by agentid)
how to achieve this req?
My structure is
AgentId CustId Name DepositAmount DepositeDate
I want to add sum(DepositAmount)<='Specified date' of a selected agent (i.e. group by agentid)
how to achieve this req?
Comments
Refer this link you get an Idea.
http://fast-report.com/documentation/UserM...tableobject.htm
Regards
Mohanaraj
I already checked this.
I used text fields in report and passing the value in expression filed.
To use table I have to change all the reports
Read about totals here:
http://fast-report.com/documentation/UserM...T-en/totals.htm
Conditional totals (which you probably need):
http://fast-report.com/documentation/UserM...ionaltotals.htm
Thanks