C
Chris
I'm creating a report takes data from a table, then
performs the calculations to get what it is I need. The
problem I have run into is with the intervals that this
data is grouped on. For the most part I want it in
intervals of 50. But there are a few other categories with
are not exactly 50, and this is where my problem is.
I want to group the data like this:
- less than 300
- 300-349
- 350-399
..
..
..
- 900-949
- 950-997
- 998-999
What I've done so far is just create an if statement to
actually display these intervals, and set, in sorting and
grouping the following:
Group Header - Yes
Group Footer - Yes
Group On - Interval
Group Interval - 50
Keep Together - Whole Group
Any help in this getting my report to group this way would
be great.
Thanks
performs the calculations to get what it is I need. The
problem I have run into is with the intervals that this
data is grouped on. For the most part I want it in
intervals of 50. But there are a few other categories with
are not exactly 50, and this is where my problem is.
I want to group the data like this:
- less than 300
- 300-349
- 350-399
..
..
..
- 900-949
- 950-997
- 998-999
What I've done so far is just create an if statement to
actually display these intervals, and set, in sorting and
grouping the following:
Group Header - Yes
Group Footer - Yes
Group On - Interval
Group Interval - 50
Keep Together - Whole Group
Any help in this getting my report to group this way would
be great.
Thanks