Hi,
How to insert "count" in the following:
I want to count the number of invoice generated.
Thanks
Saif
How to insert "count" in the following:
Code:
Sele icode As icode, ;
sum(qntymaj) As qntymaj, ;
sum(qntymin) As qntymin, ;
sum(Iif(ratemin#0,qntymin*ratemin,qntymaj*ratemaj)) As amount ;
from sijunk1 ;
group By icode into Curs tempsi1 Readwrite
I want to count the number of invoice generated.
Thanks
Saif