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

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