We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #471: Find the Best Job Offer

tammybrown_tds
9 - Comet

Tried to do this all with formulas -- probably could have done the create-point as part of the formula.

 

Spoiler
Screenshot 2025-04-07 155238.png
olga_strubbe
11 - Bolide

Thank you, Griffin @griffinwelsh

I love a good spatial challenge!  Here is my solution attached. 

Spoiler
2025-04-07_17-17-55.png
Solution: 
2025-04-07_17-14-05.png

 

alexnajm
18 - Pollux
18 - Pollux

Spatial is still my favorite tool palette by far!

Spoiler
Challenge 471.png
Yoshiro_Fujimori
15 - Aurora
15 - Aurora

My solution.

Spoiler
Workflow
workflow.png

Formula Tool
  [Distance] = ST_Distance([Office Point],[Home Point],"Mi")
  [Travel Time to office] = [Distance] / [Avg Speed to Office Miles/Hour]
  [Daily fuel cost] = [Distance] * ([Fuel Price $/Gal] / [Miles/Gal]) * 2
  [Daily Vehicle maintenance cost] = [Distance] * [Maintenance Cost $/Mile] * 2
  [Annual Days in office] = Max([Days/Week In Office] * 52 - [Days Off/Year], 0) 
  // [Annual Days in office] could be more if holidays fall on remote work day?

  [Annual Fuel Cost] = [Daily fuel cost] * [Annual Days in office]
  [Annual Vehicle Maintenance Cost] = [Daily Vehicle maintenance cost] * [Annual Days in office]
  [Annual Travel Time] = [Travel Time to office] * [Annual Days in office] * 2
AaronSmatta
8 - Asteroid

This would be a good analysis if I had multiple job offers... maybe one day...

alineruizcampos
8 - Asteroid
Spoiler
Screenshot 2025-04-08 115201.png
wbasuki
8 - Asteroid

My Solution

Spoiler
Screenshot 2025-04-08 110427.png
Pratheek_PJ
7 - Meteor
Spoiler
Challenge_471.jpg
nSpire
10 - Fireball
Spoiler
471.png

DaisukeTsuchiya
14 - Magnetar
14 - Magnetar
Spoiler
スクリーンショット 2025-04-08 195051.png