Free Trial

Alteryx Designer Desktop Discussions

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

Workflow to Update a Table with a Column from the Second Table

amcgill2
7 - Meteor

Hi Alteryx Community! I am a new user to Alteryx and am working on the following question and am looking for some guidance! Thank you!

 

  • Create a workflow to update the Property History Dimension table using the transaction from the New Property Transaction table. For example, the following Table A and Table B are used to produce Table C:

amcgill2_0-1622338935584.png

 

Any help with a workflow or guidance is much appreciated! Thank you!

 

2 REPLIES 2
mdsalmankhan89
8 - Asteroid

Hi @amcgill2 , 


Here you go ! Hope it helps. 

 

Regards,

Salman

atcodedog05
22 - Nova
22 - Nova

Hi @amcgill2 

 

Here is how you can do it. What i can understand from your sample scenario is where ever End_date is Null in Property History Dimension using Parcel_Number as key you are lookuping for sales_date in New Property Transaction and setting that as End_date (only where End_date is Null)

 

Input:

atcodedog05_0-1622357764522.png

Workflow & Output :

atcodedog05_1-1622357806926.png

 

If this doesnt meet your requirement please provide more explanation on what you are looking for. 

 

Hope this helps 🙂

Labels
Top Solution Authors