Alteryx Designer Desktop Discussions

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

Table lookup based on 2 criteria

amoraru
5 - Atom

Hi Alteryx Community,

 

 

I am having troubles trying to look up for the band of a policy based on 2 criteria. 

This is the table that I am using for lookup:

BandProduct 1Product 2Product 3Product 4
               01111
             100,0002111
             250,0003121
             250,0013122
         1,000,0003133

 

In my table I have information about a policy, what is the product and face amount. I want to map the band based on product and face. 

This is somewhat the desired output: 

SeriesFaceBand
Product 1           99,9991
Product 1         250,0013
Product 2         350,0001
Product 3     1,000,0053

Can I please ask for help on how can I achieve this? Thanks a lot! 

 

3 REPLIES 3
clmc9601
13 - Pulsar
13 - Pulsar

Hi @amoraru,

 

I'm not entirely sure I understand your question or your data. Why do the [Band] columns have totally different values? Where does [Face] match in your second dataset? If this was originally an excel lookup, can you provide how you managed this in excel?

 

Regarding the Alteryx solution, have you tried using a Filter tool? You can filter to display only rows where both [Face] = 'certain value' and [Product] = 'certain value'

 

If this helps, please consider marking it as a solution so others may find it. Happy solving!

binay2448
11 - Bolide

Find attached solution for the same..

amoraru
5 - Atom

Thanks a lot!

Labels