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 #404: Create a Spatial Match Tool to Shine Over Alteryx HQ (Part 2)

AYXAcademy
Alteryx
Alteryx

Maveryx_WC_Banner.png

 

 

 

 

 

 

 

 

 

A solution to last week’s challenge can be found here. 

 

Welcome to Part 2 of our thrilling weekly challenge! Once again, a big thanks to Aki (@AkimasaKajitani)  for crafting this fantastic challenge!

 

Building upon the workflow you created in Part 1, your mission now is to elevate your outline of the icon into a fully-rendered Spatial Match tool icon and shine it over Alteryx headquarters in Irvine, California. Think Gotham City shining the bat-signal to Batman to come to their rescue—except today—the Spatial Match tool icon is the signal, and you are the heroes using Designer to build it! Spatial Match Tool.png

 

In addition to using your previous solution from Challenge 403, a brand-new dataset is at your disposal, furnishing additional details about the objects, including their types and groups.

 

Here are a couple of hints to guide you through Part 2:

 

  1. Use the Spatial Process tool to refine your basic shape.
  2. Use a Report Map tool to add the official tool color to your final image. The ideal green color uses the values R=51, G=153, B=51.

 

Best of luck and let your creativity flow!

ed_hayter
12 - Quasar

glad i did the prep for this last week!!

 

Spoiler
image.png
RWvanLeeuwen
11 - Bolide

here's my take

Spoiler
remember to use white outline for these spatial objects folks :-)remember to use white outline for these spatial objects folks :-)
PhilipMannering
16 - Nebula
16 - Nebula

Solution attached.

 

Spoiler
image.png

 Or in the Formula Tool...

Spoiler
ST_Combine(
// Background
ST_Cut(ST_Combine([BOX1], [BOX2], [Circle8]), [BOX7]),
// Puzzle piece top-left
ST_Cut(ST_Combine([BOX3], [Circle9]), [Circle12]),
// Puzzle piece bottom-right
ST_Cut( ST_Combine([BOX5],[Circle11]), [Circle10])
)
ed_hayter
12 - Quasar

Eagle eyed viewers might have noticed my solution from last week had inverted colors - i've gone in and corrected this

 

Spoiler
image.png
alacoume
8 - Asteroid

my solution:

Spoiler
Challenge404.jpg
nhardin
7 - Meteor
Spoiler
Screenshot_solution_404.png
ahsanaali
11 - Bolide
Spoiler
404.png

Sebastian_Chaieb2
8 - Asteroid
8 - Asteroid

I did that last week as well :P

 

Spoiler
403_Part2.PNG

DataNath
17 - Castor

My solution to #404.

 

Spoiler
404.png