Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Calculating Future Date with last year data dynamically

Alteryxexpert
8 - Asteroid

I have Data like below,

BusinessDateSales
Bank12/31/20244044
Bank12/31/20254008
Bank12/31/20263906
Bank12/31/20273935
Bank12/31/20285454

 

I want to Calculate data for 12/31/2029 which should be equal to 2028 dynamically. for example if the workflow is ran next year the 2029 data will be passed to 2030 and next year 2030 data will be equal to 2031 and so on. How can we achieve this in alteryx?

1 REPLY 1
cpet13
10 - Fireball

@Alteryxexpert it sounds like what you want is to calculate the data for a year, then add 1 year to the date column, which you could do with a formula. Is that what you are looking to do?