Question
How to display time series data in a grid using individual property values with the same timestamp
I need to display historical data of individual property values in a grid as shown below.
Columns "RUN NO", "USER ROLE", "PREHEAT TIME", "START", "END" are all defined as individual properties. When these properties are updated, they are updated together so they have the same timestamp, creating a record. How can I display these records in a grid?
Grid with time series data

