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

General Discussions

Discuss any topics that are not product-specific here.

Formula issues

GordonYurich1
5 - Atom

Hello everyone!

 

I have a formula which I remember using without issue. Trying to run my automation again and now the system does not like the formula

 

Can anyone help?

 

IF (IsNull([GTH Charge rate]) OR IsNull([GTH_Charge_Rate CoE])) THEN
"Missing data"
ELSEIF ([GTH Charge rate] = [GTH_Charge_Rate CoE]) THEN
"Correct" ELSE
"Validate"
ENDIF

 

It doesn't like the = ([GTH Charge rate] = [GTH_Charge_Rate CoE])

1 REPLY 1
abacon
12 - Quasar

@GordonYurich1 Without seeing the workflow, my first guess would be to check the datatypes. If you could post the error and workflow, we could be more helpful.

 

Bacon

Labels
Top Solution Authors