Hi, I have a view that outputs like the following:
["ueoorp189", 13023123123] ["ueoorp189", 13023123125] ["ueoorp189", 13023153123] ["ueoorp189", 13073123123] I want a query that sorts it descending with the highest value in the second key >From what I've read this should be possible but I am not finding my way to making it work. Do I have to do a map reduce function to do it? Thanks, Bryan Rasmussen
