Cast your vote for the official 2025 Inspire Pin! Designs were submitted by fellow Community members and reflect the creativity and passion of Alteryx users across the globe. Vote now!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

mapping corresponding records between multiple timestamps

rakhikk
5 - Atom

Hi,

 

I have below different time ranges and i have to map data to each of the time range. The time range would be for each order number , time range would be time between 2 & 1, 3&2, 4&3 and so on..I want to create time range buckets and map the same against different data set with time stamps (based on above time ranges) For example - A record with time stamp 12:00:30 should be mapped against time range 11:23:02 to  13:22:34.

 

Appreciate help..

 

Order numberTimerecord number
1234511:23:021
1234513:22:342
1234514:03:063
1234515:03:064
4567810:23:021
4567812:23:022
4567814:23:063
   
3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

Use a Multi row Formula to create those ranges - something like [Row+1:Time] as a new column should do the trick. Make sure you group by Order Number though as well!

Qiu
21 - Polaris
21 - Polaris

@rakhikk 
I am not quite sure your final result should look like.
Just out of my imagination, similar approach with @alexnajm 

0212-rakhikk.png

rakhikk
5 - Atom

Hi, Thank you for the solution. It worked!!!

Labels
Top Solution Authors