Hi I have data like this
BatchID1
ingredient1 weight
ingredient2 weight
ingredient3 weight
BatchID2
ingredient1 weight
ingredient2 weight
ingredient3 weight
I group my weights by BatchID giving a report that looks like above.
Currently I have BatchID in ascending order.
The customer wants the BatchID's to be displayed in a different order. Each Batch ID has a timestamp field associated with it in the same table. I want my BatchID groups arranged by this timestamp in ascending order.
I want to sort the groups, not the data within the groups.
How do I achieve this?
thanks
mark
BatchID1
ingredient1 weight
ingredient2 weight
ingredient3 weight
BatchID2
ingredient1 weight
ingredient2 weight
ingredient3 weight
I group my weights by BatchID giving a report that looks like above.
Currently I have BatchID in ascending order.
The customer wants the BatchID's to be displayed in a different order. Each Batch ID has a timestamp field associated with it in the same table. I want my BatchID groups arranged by this timestamp in ascending order.
I want to sort the groups, not the data within the groups.
How do I achieve this?
thanks
mark