I'm trying to create a table that displays the timeline of the notable event based on its status from creation.
So, my end results should be a table with the following columns
Notable Event|Creation timestamp| #days in status "In Progress"|#days in status "resolved"|#days in status "Pending"|total days.
How can i go ahead in order to implement this?