Start Free Trial

Alteryx Designer Desktop Discussions

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

ELSE IF error

Quick
5 - Atom

IF
[STATUS LOTE]="AGUARDANDO PO" THEN [VALOR_TOTAL_RC]
ELSEIF
[STATUS LOTE]="PO EMITIDO" THEN [VALOR_TOTAL_PO]
ELSE 0
ENDIF

Quick_0-1626102277472.png

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Quick 

 

Can you share sample data and error you are getting. So that we can help you out.

Luke_C
17 - Castor
17 - Castor

Are both Valor Total RC and Valor Total PO numeric? Try wrapping both in a ToNumber() function

danilang
19 - Altair
19 - Altair

Hi @Quick 

 

What error message do you see?

 

Dan

Labels
Top Solution Authors