Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count filtering
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01377246
Message ID:
01377285
Views:
12
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
Previous
Reply
Map
View

Click here to load this message in the networking platform