Alteryx Designer Desktop Discussions

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

Connect the travel path in succession

myousuff81
7 - Meteor

I have a situation where in I need to arrange the data in order, for example a customer boards the bus from Station A to Station B called route 1, then he goes from station B to Station C and so on, however the data we have is not in sequence. 

We need to find routes that are in succession. To identify the succession the customer recognized that the station he departs to in the previous route was the arriving station in his current route.

 

Example:-

(1) Customer starts from his home and depart from bus station A (route 1)

(2) Arrives in station A and Departs to station B (route 2)

(3) Arrives in station B and Departs to Station C (route 3)

 

 

Station.png

 

 

12 REPLIES 12
handa997
5 - Atom

.

uncle_whispers
5 - Atom

I'm thinking you have the iterative field data type set to Byte. Anything greater than 255 will cause an error in that case.

Shank
8 - Asteroid

@CharlieS and All

 

I have a similar scenario but for multiple lines, below is the example. How can we get this achieved?

 

LineLine fromLine ToRoute
1202220601
1206016920
2184920220
2184218491
3169216991
3169920220
3202220250

 

Labels