Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Count filtering
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01377246
Message ID:
01377285
Vues:
16
This message has been marked as a message which has helped to the initial question of the thread.
>Can not filter using $
>
>Both lines below count the same, though many fields contains "PIZZA" and "locadora"
>
>COUNT FOR UPPER(state) = "SP" TO est_reemb
>
>COUNT FOR UPPER(state) = "SP" AND (NOT "PIZZA" $ UPPER( prog_long) OR NOT "LOC" $ UPPER(prog_long )) TO est_reemb

Try

COUNT FOR UPPER(state) = "SP" AND (NOT "PIZZA" $ UPPER( prog_long) AND NOT "LOC" $ UPPER(prog_long )) TO est_reemb
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform