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 #262: With-invoice

Erin
11 - Bolide

workflowworkflow

Regex Config:

Spoiler
I like using [\d,\.]+ for amounts because it basically is saying to expect one or more digits that could have commas or decimals involved. You could always add "-" to account for negative numbers or \(\) if the negatives were in accounting format.
262_Regex1.png262_Regex2.png
JBevan89
8 - Asteroid
Spoiler
C262_JB.png


Great Challenge