For pHI purposes, need to convert a Procdate column into a large number based SequenceID.
Date/time format: 2014-04-06 02:02:28.000
Desired Output: 12,439,369 (something similar -- basically to trim the date/time down to a day with each day having its own SequenceID)
In excel, I used different formula combos in separate steps. I am not sure what approach to take with Alteryx and was looking for some ideas. There are going to be a few million rows by calendarweek so in essence each time I run this process there will only be 7 new SequenceIDs since I am creating a new, aggregated table on a weekly basis.