Comments and answers for "Get row with max value for attribute" https://knowledge.亚搏在线safe.com/questions/84246/get-row-with-max-value-for-attribute.html The latest comments and answers for the question "Get row with max value for attribute" Answer by david_r https://knowledge.亚搏在线safe.com/answers/84260/view.html

I agree with with@erik_jan,but an alternative solution more in tune with the orgininal question could be to use the InlineQuerier.

Fri,14 Dec 2018 08:13:27 GMT david_r
Comment by yola on yola's answer https://knowledge.亚搏在线safe.com/comments/84249/view.html

Thanks,that worked like a charm

Thu,13 Dec 2018 21:54:45 GMT yola
Answer by erik_jan

The easiest way to do this:

Use Sorter to sort on attributes NAME and AREA(descending).

Use Sampler to sample the first record,group by NAME.

Thu,13 Dec 2018 20:33:51 GMT erik_jan