Forum Discussion

lazzarjovvch74's avatar
7 years ago
Solved

Retrieve 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 ...
  • jdbuchanan71's avatar
    7 years ago

    Add all the fields to your matrix then apply a Top N filter to the address based on Sales Price.