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

Group footer

edited August 2005 in General
I have the following SQL:

SELECT Type, Name, Code, Price, Weight, Repaired
FROM Machine

Now I create a group so that
Type <-- group header
Name, Code, Price, Weight, Repaired <-- detail band


I want to show the group footer has the number of repaired machines in each
group, how do I do that ?
ie.
Type <-- group header
Name, Code, Price, Weight<-- detail band
Number of repaired machine: <-- group footer

Comments

This discussion has been closed.