Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Errors with expressions while using Multi-Field Formula in designer

vucetv
5 - Atom

while following udemy course on alteryx designer, I am getting error when putting below in Expression using Multi-Field Formula.

errors are Unknown variables for pretty much all (ISNULL, THEN...)

The same works for the instructor though. unlike expressions in basic formula, you dont get auto fill option on formulas. 

 

IF ISNULL [_CurrentField_]
THEN "http://www.google.com/search?q=" + [brandname]
ELSE [_CurrentField_]
ENDIF

 

thanks

V

1 REPLY 1
vucetv
5 - Atom

in trying to retype again I was successful, issue was that I didnt have parenthesis right next to ISNULL 

Labels
Top Solution Authors