Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Show values based on latest start Date

jagjit_singh
8 - Asteroid

Hi All,

 

I have the attached data and need to transform it to show the values based on the latest tenant lease date (commencement_date). Every year the lease is renewed and want to show only details of the lastest lease. In the attached excel file, the Required_Result Tab shows the end result desired.

 

Thanks

Jag

1 REPLY 1
patrick_digan
17 - Castor
17 - Castor

@jagjit_singh My solution involves transposing the data and applying filters and then joins to limit the data down to what you're looking for before using a crosstab at the end to get it back to the correct orientation. I didn't calculate the Latest Year or Days to Expire. Let me know if you have any questions!

Labels
Top Solution Authors