Suppress Grouping
I have built a report and created three groups one by date, another by part
number and then by supplier id.
My SQL sorts by one of these thre columns depending on how the user wants to
see the data.
I wanted to make the other two groups suppressed and only display and break
by the group they are ordering by.
I tried doing it by saying the groupheader and footer to visible := false
before I display the report.
The report doesnt display the header or footer but it still does a break on
the other groups?!
What is the proper way to turn the other two group by's off?
Thanks for any help.
-Jason
Jason J. Skala
Information Technology - Aspen Support
Development Programmer
(319)396-1234 EXT: 5296
number and then by supplier id.
My SQL sorts by one of these thre columns depending on how the user wants to
see the data.
I wanted to make the other two groups suppressed and only display and break
by the group they are ordering by.
I tried doing it by saying the groupheader and footer to visible := false
before I display the report.
The report doesnt display the header or footer but it still does a break on
the other groups?!
What is the proper way to turn the other two group by's off?
Thanks for any help.
-Jason
Jason J. Skala
Information Technology - Aspen Support
Development Programmer
(319)396-1234 EXT: 5296
This discussion has been closed.