Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
Top Solution Authors