How do create a new column (FX Rate) in the original data set using a separate stagnant Foreign Exchange table and to tie it back to the original dataset that lists the country?
The original data set has a field of origin of the sale. Then comparing that to the foreign exchange rate table to create a sales rate column.
Example: Original Dataset (USA) -- Foreign Exchange Table (1) = New FX Rate Column in Original Dataset.
I sense a formula creating a new column with someway to an If statement. I am not sure how to perform in Alteryx.