Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sum iif()
Message
From
07/11/2005 05:54:24
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows '95
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01065901
Message ID:
01065926
Views:
20
>May be
SELECT *,;
>	SUM(IIF(Mode="B",BAGS,0)) AS B1,;
>	SUM(IIF(Mode="L",BAGS,0)) AS L1;
>---->	FROM AVLBOOK;
>	ORDER BY ACC_NO;
>	GROUP BY ACC_NO;
>	INTO CURSOR XYZ
And I thought I was observant! :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform