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 #481: Electric Vehicle Production Insights - Part 2

rmassambane
11 - Bolide

481

TH
8 - Asteroid

This kind of challenge/problem/practice/exercise is why I prefer very much to work with people and have someone else check my work. I know that in most cases I can get the expected answer from the provided start if I know what the answer is. If I do not have a specific number that I am expected to get then I can veer off in weird directions.

Learnings -

1. Different questions can require or use significantly different tactics. Here Q1 made good use of an iterative macro, and Q2 only needed a few simple tools.

2. Debugging macros is tricky. In this case I had to use message tools (Developer tab) and turn on macro messages in the main workflow.

3. Iterative macros DO use the iteration number, but I could not change it in the macro for testing purposes. I do not know whether this was the case for everyone.

4. When you use a Join tool then the output report (where you might see errors) will tell you the values of the output anchors (L, J, and R). If the records in the L and J (J and R) output anchors number more than the L (R) input anchor then there is duplication happening in the join. Unless this is intentional you may have an error.

4. This challenge reinforced something that I have learned over a long time. That is the following: Knowing how to understand errors and fix problems in your process is as important as knowing what the process does and how to use it.

tammybrown_tds
9 - Comet

Back to the basics!

 

Spoiler
Screenshot 2025-07-28 144652.png
Daniel_Homola
8 - Asteroid

Here!

alacoume
9 - Comet

My solution: 

Spoiler
Challenge_481.jpg
Ziteng
6 - Meteoroid

Count_Distinct comes in handy! 

NatSnook
8 - Asteroid

Thank you :)

Spoiler
NatSnook_0-1754574974093.png

 

BSilverblatt
8 - Asteroid

Here's my solution:

Archie_Barnes
5 - Atom

Archie_Barnes_0-1755102308253.png

 

Dhrish
8 - Asteroid

Solution