I need to create a report that displays random records totaling n% of the total records for each group, for a specified time period.
The report is grouped by employee first, and then work queue. The detail displays the items worked for each queue within the selected date range. However, I only want to display n% of the items worked - chosen randomly.
For example, employee1 completed 100 work items in queue1 between date1 and date2. I only want to display a random selection of work items totaling 5% of the total work items. Therefore, I want to display 5 work items in the detail section chosen randomly within date1 and date2.
Thanks.....
The report is grouped by employee first, and then work queue. The detail displays the items worked for each queue within the selected date range. However, I only want to display n% of the items worked - chosen randomly.
For example, employee1 completed 100 work items in queue1 between date1 and date2. I only want to display a random selection of work items totaling 5% of the total work items. Therefore, I want to display 5 work items in the detail section chosen randomly within date1 and date2.
Thanks.....