rpastudent

New Member
Hi,

I'd like to get ideas and tips for how to compare multiple rows in a Collection to group them together. The purpose is that the larger item (bytes) from the same date will be used for one purpose and the other for another.

Se example:

Items - Bytes - Date FieldX
1 50 Today 1.2
2 150 Today 1.1
3 30 Yesterday 1.2
4 130 Yesterday 1.1

In other words before adding the items to the queue and managing them accordingly I'd like to sort them out so they're ready. I'd like help with finding out how to make items from the same date unique (grouping them) then sorting the larger item. In the end all of them will be added to the queue.
Afterwards I'd like to use the same queue to then process the items. I added an extra column named Filedx, maybe the solution can be just that, to 'tag' the item?

I hope this is enough information.

Thanks.
 
Top