This is probably the simplest of problems...however, I'm trying to show data from each "detail" of a group.
For example I'm grouping by @location:
So my return will be
Location
Qty Expd Qty Count Date Counted Time Counted
Qty Expd Qty Count Date Counted Time Counted
etc...
I want to be able to hide the details section and show Qty Counted for each record.
I've tried to think this through and believe the best way to do this is to create a cross tab. The problem is, there are so many "Time Counted" record that I get an error saying "Memory Full".
Is there an easier way to do this or is there a way to count the number of records within a group?
Your help is much appreciated!
Thanks,
Ryan
For example I'm grouping by @location:
So my return will be
Location
Qty Expd Qty Count Date Counted Time Counted
Qty Expd Qty Count Date Counted Time Counted
etc...
I want to be able to hide the details section and show Qty Counted for each record.
I've tried to think this through and believe the best way to do this is to create a cross tab. The problem is, there are so many "Time Counted" record that I get an error saying "Memory Full".
Is there an easier way to do this or is there a way to count the number of records within a group?
Your help is much appreciated!
Thanks,
Ryan