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 #74: Build a Factorial Calculator

zamaniqbal
7 - Meteor
Spoiler
Screenshot 2025-04-29 161704.pngScreenshot 2025-04-29 161710.png

Workflow and Macro

GabLK
7 - Meteor
Spoiler
Spoiler
Spoiler
Screenshot (54).png
RebekaMazuchova
8 - Asteroid

:)

Daniel_Homola
8 - Asteroid

Here!

barrymoe
8 - Asteroid

Did this both by creating a macro and using the Factorial function that was probably added after this challenge was posted!

Going through some old challenges to get a better handle on macros. 

BransonJamesFarley
8 - Asteroid
Spoiler
Macro Calc.png

JBevan89
8 - Asteroid

Great Challenge.  But if I ever needed to calculate the factorial then I would use the formula tool with the factorial inbuilt formula

PuffinPanic
10 - Fireball
10 - Fireball

My solution. Basically the same as the provided solution.

Don't panic - I've got Alteryx!
Matthias_Albert
8 - Asteroid

This was a sneaky one. I especially attempted this challenge to practice iterative macros. From this angle the tricky part has been figuring out that for an iterative macro to work, an extra column needs to be provided outside the macro - to keep inputs & recursive inputs aligned while the macro has all the information needed.

Spoiler
Matthias_Albert_0-1751449437679.png

 

 

finnkap
6 - Meteoroid

Done