Hi all,
How can I select the rows with the same ID and code values but with the latest timestamp?
Sample Data:
Expected Output:
Convert the time to Numeric (Datenum) and then use
<< Select Where(:Time == Col Max(:Time, :ID))