Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sum by the month.
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00822589
Message ID:
00822598
Views:
13
Hi Cathy,

I figured it out by suming each field in the report writer, and using an expression of:
IIF(MONTH(SaleDate) = 1,SaleAmt,0)
for column one
IIF(MONTH(SaleDate) = 2,SaleAmt,0)
for column two, etc., etc.

Mel Cummings
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform