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'
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
Hi @Ash1293
You can use a select tool and filter only required columns and see the data. As I can see [Trade Price] and [TRADE 1] are not same hence its no.
Workflow:
Hope this helps : )
I have tried this but it hasn't worked.
For the data i attached, it does give me the expected result with comparing Trade Price and TRADE 1 however for these examples it is failing when comparing Shelf Edge Price to Trade 2.
@Atcodedog05
Hi @Atcodedog05,
Okay, it's really weird as i am still running into this error. It seems to still not recognise that the Shelf Edge and Trade 2 match in set rows.
I have the select before to confirm all the data is selected in correct format. I can see in later stages that the formula is working but with the 10 examples is just a sample of data which is not working with the formula with my module.
Hi,
So i have ran build this and re ran this multiple times now and i still get the same issue where some rows are still failing with the formula where some are working correctly. is there any more i can do to get this to work
Hi @Ash1293
I could see Trade Price and Shelf edge price has more decimals hence its failing. Using select tool and convert to fixed to have only 2 decimal points. In 19.2 2 is the number of decimals.
Workflow:
Hope this helps : )