Alteryx Designer Desktop Discussions

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

Matching data

martavertone
7 - Meteor

Hello,

I would need some basic help to solve my problem..

I have an input files which reports a list of products with related price and currencies + the currency in which it has to be converted.

Product

Price

CCYCCY to be converted into
132,50EURSEK
210.20USDCAD
35.25EURAUS
48.30USDEUR

 

Then I have a separate mapping table where I have the exchange rates for each combination

From CCYTo CCYExRate
EURSEK0.5236
USDEUR1.302

 

How can I map back in my file the currencies so that I can created an additional column which reports the price converted in the To CCY ?

 

thank you in advance and kind regards

Marta

2 REPLIES 2
ZacharyM
Alteryx Alumni (Retired)

You'll want to input both of these tables of data as data inputs, then join them together on both the "CCY" and "CCY to be converted into" columns.

 

I will throw together an example in a moment.

 

Zak

ZacharyM
Alteryx Alumni (Retired)

@martavertone - See attached for a working example - I threw the data in Alteryx as text inputs, setup the joins, and then even used a formula tool to calculate the converted price.

 

Take a look and let me know if this is what you meant or if I missed the mark!

 

If this solves your issue, please mark this (or another response) as an accepted solution so people know you've been helped!

 

Best,

Zak

Labels