Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Select the max value when [Table_1.Field_1] <= [Table_2.Field_2]

wellington_costa
6 - Meteoroid

Hi, I need to fill the field Tax impact in Table B when:

- Table_A.Cod = Table_B.Cod and

- Max Value(Table_A.Month <= Table_A.Month) 

 

Table A   Table B  
Year_MonthCodTax Impact Year_MonthCodTax Impact
20180110001 2019011000 
20200410002 2020051000 
20200510003 2021011000 
20200710004    
20200810005    
20201210006    

 

 
 

Resolution:

Image1.PNG

Thanks

2 REPLIES 2
BrandonB
Alteryx
Alteryx

I think that this workflow should do the trick. Screenshot is below and workflow is attached. 

 

screenshot example.png

wellington_costa
6 - Meteoroid

Thanks

Labels