Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need help with null values
Message
From
07/08/2001 14:47:46
 
 
To
07/08/2001 14:33:33
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00540860
Message ID:
00540882
Views:
26
>I have a VFP6.0 table with a numeric field (named say f1) that supports null values. If I make all records have f1 equal null and issue the following commands:
>
>STORE .NULL. TO x
>CALCULATE AVG(f1) TO x
>
>I expected to see NULL as the result but instead VFP returns 0.000.
>
>Is there anyway to have NULL returned when all values for the field are null?
>
>TIA. Mike

From the help on CALCULATE:

"Records containing the null value are not included in the operations that CALCULATE performs."

SELECT (SQL) does return NULL on aggregate functions.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform