I need to count same day occurrences and display the count within a user defined date range. I'm the shackled with having to group by homebase, item, location(within the homebase) and date. If I could leave out the group by location - no problem but...according to the original developer, this grouping must be maintained. It was originally designed using a subreport which included 3 groups: homebase, item and date but because it did not include the location, when the user specified the date range, the report did not reflect the subreport date portion correctly, it would only pass the homebase and item parameters correctly. As long as one of the dates was within the user specified date range, all dates in or out of the date range would appear.
This is what I want to see:
HOMEBASE...
ITEM.....
LOCATION...
1/31/02 [2]
2/01/02 [1]
Here is what I currently see when trying to redesign without using a subreport:
1/31/02 [1]
2/01/02 [1]
1/31/02 [1]
HOMEBASE...
ITEM.....
LOCATION...
I've tried underlay'ing but it doesn't appear to work in this instance(?) and if I move the date format to the group footer, I just get the last date.
Any help with reworking the original report or redeveloping the report would be appreciated.
X-)
This is what I want to see:
HOMEBASE...
ITEM.....
LOCATION...
1/31/02 [2]
2/01/02 [1]
Here is what I currently see when trying to redesign without using a subreport:
1/31/02 [1]
2/01/02 [1]
1/31/02 [1]
HOMEBASE...
ITEM.....
LOCATION...
I've tried underlay'ing but it doesn't appear to work in this instance(?) and if I move the date format to the group footer, I just get the last date.
Any help with reworking the original report or redeveloping the report would be appreciated.
X-)