Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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 #149: Market Overlap

Inactive User
Not applicable

My solution:

 

Spoiler
Challenge_149_JP.png
jevon
8 - Asteroid
Spoiler
149.PNG

Green tools rule! 

Zuza
8 - Asteroid
 
justindavis
10 - Fireball
Spoiler
challenge_149_solution_justindavis.PNG
mbogusz
9 - Comet
Spoiler
2019-11-21 08_11_12-Greenshot.png
SueDonim
8 - Asteroid

Very interesting as always

 

Spoiler
Process:
Top thread:
- Create points for customer location (noting the lat and long as integers)
- Count number of customers (to allow % calculation later)
- Find intersection of customer location with the trade area of each proposed location
- Count number of customers in the trade area of each proposed location
- Append the number of customers in each trade area with the total number of customers
- Calculate % of customer overlaps
- Clean-up

Bottom thread:
- Find overlap of proposed store trade areas with current trade area
- Calculate area of proposed store trade areas
- Calculate area of existing trade area
- Append existing and proposed trade areas
- Calculate % of overlap of areas
- Clean-up

MySolution.PNG
Carlo_SKay
8 - Asteroid
 
meeravijayan2011
8 - Asteroid
Spoiler
149.png
sachinw
8 - Asteroid

My Solution:

nini
8 - Asteroid

My Solution: