Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Counts
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Re: Counts
Miscellaneous
Thread ID:
00304595
Message ID:
00304661
Views:
30
>Hi Ken,
>
>Thanks for the idea, I tried it out, but it's still counting the blanks.
>
>I tried this "iif(mastertemp.p_s_c=" ",0,1)", but it doesn't work either, I'm still getting all the records added, not just the ones with either "P","S", or "C".


Hi Jim,

How about:
IIF(NOT ISNULL(mastertemp.p_s_c) AND NOT EMPTY(mastertemp.p_s_c), 1, 0)
instead?
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform