Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Grouping
Message
From
06/07/2009 10:12:22
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Data Grouping
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01410266
Message ID:
01410266
Views:
102
Dear all,
I have a table with some records such as below :

RecType-Step-Fee
1-1-100
1-1-200
1-2-400
2-1-300
2-2-500

I want to show these recordes in a report as below :
RecType:1 and Step:1
-----------
1-1-100
1-1-200
-----------
Sum : 300

RecType:1 and step:2
-----------
1-2-400
-----------
Sum : 400

RecType:2 and Step:1
-----------
2-1-300
-----------
Sum : 300

RecType:2 and Step:2
-----------
2-2-500
-----------
Sum : 500
I put RecType in DataGrouping, Group expression but i don't know how add Step to it.
Can i do this?
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform