[RESOLVED] Toughie?
I have a report, which shows the following Projects and Tasks from my company's time reporting system. There is a grouping on each TaskID within a grouping on each ProjectID.
Here is the problem, some of the tasks have several workers logging hours against that task (which is expected). The problem, is that I HAVE TO suppress duplicates. In order to do that, the name field and the hours field have to have properties set as follows:
can shrink - yes
hide duplicates - yes
This enables me to set the Detail line's "can shrink" property to 'yes' and everything works fine, with one exception...
John 8
Todd 4
Lisa 4
Jennifer 4
Eric 7
Should appear as I have it above. Instead, it appears like:
John 8
Todd 4
Lisa
Jennifer
Eric 7
So, the question is, how do I evaluate (in the onFormat I presume) whether the current name is the same as the previous name? If it is the same, then I want to hide the hours, if it isn't, I want to show the hours.
Hope it's all clear as mud now.
I have a report, which shows the following Projects and Tasks from my company's time reporting system. There is a grouping on each TaskID within a grouping on each ProjectID.
Here is the problem, some of the tasks have several workers logging hours against that task (which is expected). The problem, is that I HAVE TO suppress duplicates. In order to do that, the name field and the hours field have to have properties set as follows:
can shrink - yes
hide duplicates - yes
This enables me to set the Detail line's "can shrink" property to 'yes' and everything works fine, with one exception...
John 8
Todd 4
Lisa 4
Jennifer 4
Eric 7
Should appear as I have it above. Instead, it appears like:
John 8
Todd 4
Lisa
Jennifer
Eric 7
So, the question is, how do I evaluate (in the onFormat I presume) whether the current name is the same as the previous name? If it is the same, then I want to hide the hours, if it isn't, I want to show the hours.
Hope it's all clear as mud now.
Last edited: