Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How does VFP know what goes in a group?
Message
From
22/01/2002 11:10:13
 
 
To
22/01/2002 10:26:52
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00608025
Message ID:
00608455
Views:
29
It's not quite as simple as that. There's a lot of felds that need to move depending on what the order is. I've decided it's easier to just go with three reports that cover all the various combinations.

Thanks,

Michelle

>Cathy and Michelle --
>
>Use the AS clause for the various grouping names rather than their field names, such as Group1, Group2, Group3.
>
>Design the report using the Group1..3 names.
>
>In your preprocessing of SQL for each invocation, assign the desired grouping fields to the Group1..3 names:
>
>*1 invocation
>SELECT State AS Group1, SalesRange AS Group2, ServiceRange AS Group3...
>
>*2 invocation
>SELECT ServiceRange AS Group1, State AS Group2, SalesRange AS Group3...
>
>etc.
>
>
>and modify as needed.
>
>Jay
Previous
Reply
Map
View

Click here to load this message in the networking platform