Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

REPORT WITH SUMMARY ON TOP

edited November 2008 in General
??Need to have a report with that group the total at the top based on 2 field
qty class1 class2 description price priceXNumi
2 1 2 xyz 10 20
3 1 3 xxx 1 3
2 1 2 yyy 2 4
2 2 2 ddd 1 2
4 2 2 ccc 5 40

Need to group and have total at the top of the details
grouping by class1 and class2
select sum(qty), class1,class2, sum(pricexnumi) from invl
report must show
qty group total
4 1 2 24
2 xyz 20
2 yyy 4

3 1 3 3
3 xxx 3

6 2 2 42
2 ddd 2
4 ccc 40

CARLOSANESES

--- posted by geoForum on http://delphi.newswhat.com

Comments

This discussion has been closed.