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

Cloud Quests

Elevate your workflow skills by solving real-world challenges using the Alteryx Analytics Cloud Platform.

Cloud Quest #16: Vehicle Identification Number - VIN - Check Digit Test

Carolyn
12 - Quasar
12 - Quasar

Solved! Though I had to peek at how I solved it in Designer because I was not comprehending well from the Wiki article. The trick was to read the proper section of the Wiki article.... oops 🙈

 

Spoiler
2025-01-15_17-19-46.png
SGolnik
11 - Bolide
11 - Bolide

Another one done

Spoiler
Quest 16 Screenshot.png
Shelbey
Alteryx
Alteryx
Spoiler
Screenshot 2025-02-28 100649.png
Kilbyflow_Designer
8 - Asteroid

Cloud Quest Complete

 

Spoiler
Quest 16.png

Erin
11 - Bolide

This is one of those challenges (in my humble opinion) where it's easy to get tripped up on what to do just from misunderstanding the data process (not necessarily Alteryx). So I wrote out steps! 

 

My steps:

 

Spoiler

1. Split VINs into individual characters.

2. Assign character positions using the Tile tool.

3. Extract the 9th character as the original check digit.

4. Remove position 9 from further calculations.

5. Join to a lookup to convert characters to numeric values.

6. Join to a lookup to get the weight for each position.

7. Multiply numeric value by weight.

8. Sum the weighted values per VIN.

9. Apply modulus 11 to the sum.

10. Convert 10 to 'X', else keep the number.

11. Compare to original check digit.

12. Count how many VINs are valid.

 

 

 

Screenshot:

Spoiler
CloudQuest_16.jpg
mkeiffer
10 - Fireball
10 - Fireball

One of my favorites so far!

Spoiler
Screenshot 2025-07-26 at 8.55.24 AM.png

RolandSchubert
16 - Nebula
16 - Nebula
Spoiler
016.jpg