Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends....
i am using a formula field calculate balance

for exalmple:

paidamount || dueamount || balance
5000 || 5500 || 500
4000 || 6000 || 2000

balance coming from using formula field.

i want to display sum of balance in the footer of crystal report.

how it is possible.plz suggest me.
Posted

 
Share this answer
 
i solve it myself......


local numberVar a;

local numberVar b;


a:=ToNumber({@kk})- ToNumber({@kk2});



ToText(a);
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900