Quickreports Group Header
From: Jeff (jlabute_at_shaw.ca)
Date: 05/26/04
- Previous message: Bruce Roberts: "Re: Find"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 26 May 2004 19:12:42 GMT
Hi Everyone...
I am trying to create a report with much trouble.
First, I am using D6 Pro and quick reports v 3.5.1 (free version)
I generate a dataset with SQL
select city,phone,count(phone) as NumHouse from customer
where .......
Group By City,Phone
Order by City,NumHouse,Phone
which generates a list of how many records have the same phone number with
in a city
sorted by city and increasing value of same phone number.
when I do a quickreport... I have GroupHeader and the expression is
"City;NumHouse"
which doesn't seem to break properly... it lists the first city in the
database and then 64 pages of just
NumHouse in a detail line.
If I just have "City" as the expression... then it lists all the cities but
with NumHouse being 1,2,3 and so on
under the same group... I want to break on City and NumHouse whioch I can't
seem to do. Also, I tried
using two group headers... one for city, one for NumHouse with no luck.
Jeff
- Previous message: Bruce Roberts: "Re: Find"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|