ainulm
7th July 2014, 07:12
Hi All,
I want to calculate total in report script and i need to exclude some column.
So far i have been using this code, and it continuously displaying error. need help urgently. Thanks
Below is the sample from my code. Sorry for any mistake. im still new in this development. :(
function abc()
{
SELECT SUM(tfacr200.amth)
FROM tfacr200
WHERE tfacr200.ttyp not in ("ABC")
selectdo
endselect
}
I want to calculate total in report script and i need to exclude some column.
So far i have been using this code, and it continuously displaying error. need help urgently. Thanks
Below is the sample from my code. Sorry for any mistake. im still new in this development. :(
function abc()
{
SELECT SUM(tfacr200.amth)
FROM tfacr200
WHERE tfacr200.ttyp not in ("ABC")
selectdo
endselect
}