I have a normalized forecast database where the timeline is in one field called ForecastTimeline. However, in the application the users want to edit the entity by having the timeline pivoted as column headers so the timeline is across the top.
I am curious to what approach i should take to achieve this, obviously the entity framework does not handle this.