S
Starry
My report groups data correctly but adds a new section header for each
different entry in the grouping field. I want it to display this header once
and run all records in that group as detail. This should make it clear!
tbldata
record: type1(blank) type2(blank) type3(blank) type4(stuff)
record: type1(blank) type2(blank) type3(blank) type4(stuff)
record: type1(blank) type2(blank) type3(blank) type4(morestuff)
record: type1(otherstuff) type2(blank) type3(blank) type4(blank)
record: type1(moreotherstuff) type2(blank) type3(blank) type4(blank)
report looks like this.....
type4 section header
type4(stuff)
type4(stuff)
type4 section header
type4(morestuff)
type1 section header
type1(otherstuff)
type1 section header
type1(moreotherstuff)
so within the grouping every time the data changes in my groupby field I get
a new header. Just the one PLEASE! Can I code this out? or do I have to add
a field to my table to specify what type a particular record is...surely
not?
Any help much appreciated
different entry in the grouping field. I want it to display this header once
and run all records in that group as detail. This should make it clear!
tbldata
record: type1(blank) type2(blank) type3(blank) type4(stuff)
record: type1(blank) type2(blank) type3(blank) type4(stuff)
record: type1(blank) type2(blank) type3(blank) type4(morestuff)
record: type1(otherstuff) type2(blank) type3(blank) type4(blank)
record: type1(moreotherstuff) type2(blank) type3(blank) type4(blank)
report looks like this.....
type4 section header
type4(stuff)
type4(stuff)
type4 section header
type4(morestuff)
type1 section header
type1(otherstuff)
type1 section header
type1(moreotherstuff)
so within the grouping every time the data changes in my groupby field I get
a new header. Just the one PLEASE! Can I code this out? or do I have to add
a field to my table to specify what type a particular record is...surely
not?
Any help much appreciated