Hi there,
so, i plan to merge some rows based on same value.
as you can see there are a few rows that have same timestamp. and i want to merge them based on the same timestamp. due to the value of Status field is variative, therefore I decided to combine them based on timestamp. That way, I can display the data from the latest to the oldest. can you tell me how to achieve it? Thank you