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 #386: Shed Light on a Bank’s Risky Business

KC
Meteor

My solution below:

Spoiler
Alteryx_386.jpg

3I_ATLAS
Comet

Another thumbs down challenge.  Don't attempt to reconcile against the solution because it will not match since the underlying data has issue as others have mentioned.  One simple formula is all you need..

Spoiler
If [Value]<[Amber Low] then
'Green'
elseif [Value]>[Amber High] then
'Red'
Else
'Amber'
endif
WC_386.jpg
SmitaLohande
Comet

My Solution !

rsphoenix02
Meteoroid

My attempt at the challenge.

jfissel
Asteroid
Spoiler
challenge_386_jfissel.png
Carolyn
12 - Quasar
12 - Quasar

Solved!

 

Spoiler
2025-03-25 16_17_19-Alteryx Designer x64 - challenge_386_start_file.yxmd.png
alineruizcampos
Asteroid
Spoiler
Screenshot 2025-04-02 152605.png
Erin
Bolide
Spoiler
386.png
JBevan89
Asteroid

Did it a non-macro way with formula and regex tools.  However, I have seen the solution and note that the macro solution could be useful in other instances

My solution:

Spoiler
386.png