Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

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

Multi-Row formula and elseif operators

Wesley Mendonca
9 - Comet

 

Hi! I have been trying to use this If condition but it doesn´t seem that  work! "An expression cannot end with an operator".

 

Can someone assist me ?

 

IF [ALIQ_INSS] = [Row-1:ALIQ_INSS] AND [RAZAO_SOCIAL_PRESTADOR] = [Row-1:RAZAO_SOCIAL_PRESTADOR] THEN
"ok"
ELSEIF [ALIQ_INSS] <> [Row-1:ALIQ_INSS] AND [RAZAO_SOCIAL_PRESTADOR] = [Row-1:RAZAO_SOCIAL_PRESTADOR] THEN
"verificar"
ELSE
"ok"
ENDIF

 Thank you in advance,

 

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@Wesley Mendonca 
We use "!=" instead of "<>" in alteryx. 😂

0411-Wesley Mendonca.png

Wesley Mendonca
9 - Comet

lol thanks! That´s the issue when you are using so much so many features.

Labels
Top Solution Authors