The localized versions of the Core Certification will be discontinued on September 22, 2023. To take the exam in your preferred language, please schedule it before this date. The Core exam will still be available in English at any time after September 22, 2023. If future versions of the Core Certification exam are localized, we will promptly announce their release dates.
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThe link to last week’s challenge (challenge #25) is HERE
This week’s challenge is a use case faced by one of our customers that can leverage the geo-spatial tools available in Alteryx. If you have the spatial data available you can output your results as drive-distance, in the event that you do not have the drive-distance data available, please use the straight-line distance. The basic tools and setup of the data needed will be identical. Output results will be provided for both methods. In the event that you use drive-distance and your results vary slightly from the sample output, it may be due to variance in the data set used for the exercise.
Use Case: in order to audit their employee expense reports, a service company would like to calculate how far (in miles) their technician is traveling from their hotels, to the worksite, then to their destination hotel on a daily basis.
The Data: The source is collected in a way that record 1 contains the spatial object for the beginning hotel for day 1, record 2 is the spatial object for the worksite for day 1, and record 3 is the spatial object for the ending hotel for day 1. This pattern repeats for three successive days.
Find the distance on a daily basis the technician is either driving or straight line distance if you don’t have the spatial data available.
Enjoy!
solution attached - slightly different approach
I used straight-line distance for this one. I feel like there was probably another way that wouldn't involve Tiles & Cross-Tab, but it worked... :)
My solution looks very much like @NicoleJohnson's
I really liked this one :) I always feel smart when I solve the challenge quickly.