Alteryx Designer Desktop Discussions

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

Create a workflow to build a Property History Dimension table from Deed Transfer

amcgill2
7 - Meteor

Hi Alteryx Community! I am a new user to Alteryx and am hoping to have some guidance on the below question!

Thank you!

  1. Create a workflow to build a Property History Dimension table from Deed Transfer Records Cleaned table. It should meet the following requirements:
    1. The finished table should have the following structure (where PropertyID is a surrogate primary key):
    2. amcgill2_0-1622328870747.png
    3. If a property has records in the Deed Transfer Records Cleaned table, it is assumed that all property transfer history is captured in this table
      1. For the first transaction of each property, use document_date as the start_date. The end_date should be the document_date of the next transaction minus 1 day. For the last transaction, the end_date should be Null.
      2. The owner of a transaction should be the Grantees. For example,
      3. amcgill2_1-1622328931640.png
      4. If a property in the OPA Properties Cleaned table has no records in the Deed Transfer Records Cleaned table, then use the sale_date and sale_price in the OPA Properties Cleaned table as the start_date and Sale_price, respectively. The owner should be the owner_1 in the OPA Properties Cleaned table. The end_date for these transactions should be NULL.

Thank you, Alteryx Community, for helping me!

1 REPLY 1
mdsalmankhan89
8 - Asteroid

hi , 

 

I think this one got duplicated. Workflow to build a new table with Information fro... - Alteryx Community

 

Regards,

Salman

Labels