If I have a bag like so:
({(11983070,39010451,1139539437),(11983070,53425518,11000)})
I want to select the whole bag which has the MAX
last value ($2) but can only get the MAX value on its own with each of the bags.
I would like the output to be
{(11983070,39010451,1139539437)}
But cannot get it to work. Any idea?