Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tip for cross tabulate reports
Message
From
15/05/1997 05:03:56
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Tip for cross tabulate reports
Miscellaneous
Thread ID:
00032393
Message ID:
00032393
Views:
72
Recently I wanted to create a cross tabulate report from 2 files, one was order and one was delivery.

Output should come for each order monthwise than means, 12 months on top of report and below that delivery dates and quantities of that particular order.

the problem with genxtab is, it only allows 3 fields to select , so I have used another trick :-

select iif(month(date)=1, date, { / / }) as jan, iif(month(date)=2, date, { / / }) as feb, ... and so on for the 12 months.

This trick can be helpful for creating report similar to this one and the output of select can be transfered to a cursor, from where it can be further modified/formatted.
Next
Reply
Map
View

Click here to load this message in the networking platform