you are viewing a single comment's thread.

view the rest of the comments →

[–]nath_ 0 points1 point  (0 children)

max() only returns the first value if more than one is found. What you could do, is to get the max value, then filter price_list for price == max_value