Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Coalesce function

A very useful and common function
https://www.w3schools.com/sql/func_sqlserver_coalesce.asp

Return the first non-null value in a list:

COALESCE(NULL, NULL, NULL, 'W3Schools.com', NULL, 'Example.com')
returns 'W3Schools.com'

It exits in SQL, Qlik Sense, etc...

Best regards,

Simon
16 Comments
NicoleJ
Alteryx
Alteryx
Status changed to: Coming Soon

Stay tuned, coming soon to a Designer release near you! 😁

Not applicable
Status changed to: Coming Soon
 
NicoleJ
Alteryx
Alteryx
Status changed to: Implemented

Excited for the addition of the Coalesce function in 24.1 release! Check out this new function (and all the other 24.1 goodies) in our Designer release notes! Happy Alteryx-ing!

Released in 2024.1 thus can be closed.

Not applicable
Status changed to: Implemented
 
simonaubert_bd
13 - Pulsar

Hey @NicoleJ  Thanks. Will change life when writing formula.