I want to get the value of the row whose field has the maximum value(※equal latest date).
following example,3 in the f is maximum value,so I want to get 140
※x field is integer calculated from json string data
my try
1, max(f,[{x}]) →in graph “no surpport” or 1 argument
2, lastValue(x,[f ASC]) → in graph “reference not found”