11-10-19 10:22 AM
Answered! Go to Answer.
15-10-19 10:04 AM
Create empty collection Leg_all
Loop TripList(
Loop TripList.Trip(
Merge rows (TripList.Trip.Leg into Leg_all)
)
)
11-10-19 11:29 AM
11-10-19 11:38 AM
12-10-19 12:45 PM
14-10-19 09:10 AM
14-10-19 09:59 AM
14-10-19 12:51 PM
Hi @AndreyKudinov - I tried your tip with $.TripList.Trip..Leg, but as you say, I'm limited to 2+ legs.
I get the data from the TripList, but how would I extract the data "manually", ie. get the Leg-data into a collection?
15-10-19 10:04 AM
Create empty collection Leg_all
Loop TripList(
Loop TripList.Trip(
Merge rows (TripList.Trip.Leg into Leg_all)
)
)
17-10-19 11:31 AM