hi,
i am new to Alteryx and trying to build a workflow that would identify a match if Column One is less than or equal to Column Two + 10%. Column 1 is amount of money a gift cost without tax/shipping and Column 2 is the amount including tax and shipping. I need to see if the two values are similar enough for me to consider them a match.
i know this is wrong but i don't know how to fix it
if [Column 1]<=[Column 2]+10% THEN "Match" ELSE "Mismatch" ENDIF
I know the Fuzzy Match Tool exists but i haven't used it yet so i wasn't sure if this could be done given that the comparison is between numbers.
Thank you!