Forum Discussion
lazzarjovvch74
Helper I
7 years agoRetrieve a single row from a table based on Max value in a column
Hi, I am trying to retrieve a single row from a table that contains the highest value in the "Sale Price" column. This is an example: Address City Sale Date Sale Price 12 Union St NYC ...
- 7 years ago
Add all the fields to your matrix then apply a Top N filter to the address based on Sales Price.
jdbuchanan71
Super User
7 years agoAdd all the fields to your matrix then apply a Top N filter to the address based on Sales Price.
lazzarjovvch74
Helper I
7 years agoThank you.