Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Generate start date based on end date

knozawa
11 - Bolide

My end date is generated by a formula, DateTimeNow(). I would like to generate start date which is a year ago from today.

I would like to get data with this format: 2016-08-21T00:00:00.

Does anyone know how to approach this?

 

Thank you,

Kazumi

2 REPLIES 2
JohnJPS
15 - Aurora

You can use DateTimeAdd to add 1 year to DateTimeNow.

knozawa
11 - Bolide

Thank you!

Labels
Top Solution Authors