Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding quantity in free table
Message
De
15/12/2006 13:53:58
 
 
À
15/12/2006 12:33:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01178051
Message ID:
01178094
Vues:
20
Hi Ed,
Select vendorid,vendorname,cnt() as vendorcnt,sum(qtyrecv) as qtyrecv, ;
sum(qtyrej) as qtyrej,round(100*sum(qtyrej)/sum(qtyrecv),2) as perrej ;
from rejects group by 1
Thanks for the code again. Where do I need to put this? Do I need to take out Cetin's 1st version of code and put the code that you gave me or just the code before scan? Please advice.

Thanks,
Sam
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform