Do you need help getting SUMS? You can do that with SQL code that would look like this...
SQL.Clear;
SQL.ADD('select sum(T."Call_Length") from YourTable T');
DisableControls;
Open;
EnableControls;
if Fields[0].isNull then
TotalCall := 0.0
else...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.