I need to show the flow that users's take through our site.
During the load I'd like to mark the start of the a user's session by the first occurrence of Event_Desc = "Home_Page' and then using the EVENT_DESC field create a table that creates a new column for each EVENT_DESC value in TimeStamp order eg :
A few things to note is that there isn't a limit as to the number of Pages a user can visit
If anyone can offer any advise on achieving this I'd be very grateful.