C
Carl Rapson
I have a report that contains several group fields, in the following
sequence: date, category, task. When the date value changes, if the category
value hasn't changed from its previous value, it doesn't print the category
value on the detail line -- it only prints the date value and the task value
(also only if it hasn't changed from its previous value). I would like the
report to print the category and task valules each time the date value
changes. At times there are even some detail lines that contain a date value
only (the category and task values are the same as in the previous line). It
makes it look like there are "gaps" in the report.
Is there any way to ensure that, whenever a group value changes, all lower
"priority" group values are also printed on the same detail line?
Thanks for any assistance,
Carl Rapson
sequence: date, category, task. When the date value changes, if the category
value hasn't changed from its previous value, it doesn't print the category
value on the detail line -- it only prints the date value and the task value
(also only if it hasn't changed from its previous value). I would like the
report to print the category and task valules each time the date value
changes. At times there are even some detail lines that contain a date value
only (the category and task values are the same as in the previous line). It
makes it look like there are "gaps" in the report.
Is there any way to ensure that, whenever a group value changes, all lower
"priority" group values are also printed on the same detail line?
Thanks for any assistance,
Carl Rapson