Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crosstab mania?
Message
From
16/07/1999 16:13:59
 
 
To
16/07/1999 14:13:09
J Chris Powell
Myers and Stauffer Lc
Kansas, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00242206
Message ID:
00242555
Views:
27
>You can put imbedded IIF statements to get the results..
>
>SELECT artnr, ;
>SUM(IIF(MONTH(date)=1,1,0)) AS Jan, ;
>SUM(IIF(MONTH(date)=2,1,0)) AS Feb, ;
> etc ;
> FROM MyTable GROUP BY artnr
>
>I had a tip to this effect in sept 98 FP Advisor

Neat tip. Thanks! Now if I'll only be able to remember it when *I* need it!
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform