We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
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