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 #35: Data Cleansing Practice

BeginnerMindset
8 - Asteroid

Done

jeremyhaber814
7 - Meteor

Challenge # 35

ptmyen
7 - Meteor

my solution 🙂

Eilean_
8 - Asteroid

RT

MarkusLiedtke
6 - Meteoroid

  

Salvatore_Miseo
7 - Meteor

Hi everyone
Attached my solution

In solving the exercise I used only formulas:


Exercise (1)
ToNumber ([Field1])


Exercise (2)
ToNumber (Left ([Field1], FindString ([Field1], ":")))


Exercise (3)
TrimRight ([ID], "ID")
Exercise (4)
IF Length ([Safety Code])> 8 THEN
Left ([Safety Code], 😎
ELSE
IIF (Length ([Safety Code]) <= 6, "SC" + [Safety Code], [Safety Code])
ENDIF

CairstineDK
6 - Meteoroid

Find my attached solution 🙂

aluthra
8 - Asteroid

Solved!

DeanWest
9 - Comet

Great challenge to practice using the Formula tool!

Spoiler
challenge_35_solution_DeanWest.png
Daje7146
6 - Meteoroid

Here's a solution

Spoiler
Daje7146_0-1612831035125.png