Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

IF Statement in Alteryx is working for some of my data

Ash1293
6 - Meteoroid

Hi,

 

I have an Alteryx module which i have created and i have added this Formula in saying:

'IF [Trade Price]-[TRADE 1]=0
Then 'Yes'
Else 'No'
ENDIF'

 

Ash1293_0-1643015435020.png

Ash1293_1-1643015645702.png

Ash1293_2-1643015663384.png

 

 

I have attached the first 10 rows which should that the two columns are matching but Alteryx is showing a Else result.

 

I know that out of 129,000 Records the formula is working for 74,000 records but there are 54,000 records which are showing as No but in there are records that should say yes

 

11 REPLIES 11
Ash1293
6 - Meteoroid

I saw this and i used the ROUND formula to by pass this. Is it better to use Fixed decimal??

Ash1293
6 - Meteoroid

Hi @atcodedog05,

I have now tried the fixed decimal format and removed the rounding formulas but it is still giving me the same issue where the numbers are not being marked as a match

Labels