Views
Replies
Total Likes
There have been a few questions lately about understanding the format for date/time columns in data warehouse.
The way that format works is: 1YYMMDDHH, but Adobe does it a bit weird. For month, it starts counting at 0, not 1. So January is 0, February = 1.... December = 11.
Check out this post for more details (and links to other answers).
Once you understand how the format works, it's easy enough to use it to sort.
You could also try using Visit Number and Hit Depth?
Visit Number will increment on each visit, and hit depth will increment within the visit... together they should give you an easy to read order?
Views
Replies
Total Likes