Alteryx Designer Desktop Discussions

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

PLEASE HELP: How to achieve the following result?

tarunIMDG
7 - Meteor

I have a tabular data which I need to group based on vintages and payment-vintages .. see the desired result column in red

 

 

tarunIMDG_0-1672632042253.png

 

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @tarunIMDG 

 

You can use this formula

datetimediff(datetimeparse([payment-vtg], "%Y-%m-01"), datetimeparse([vintage], "%Y-%m-01"), "months")

 

Felipe_Ribeir0_0-1672632681966.png

 

Labels