Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Date return

sanastasova
7 - Meteor

Hello, 

 

I have a database which contains values and date. As the results are only for the current date, can I make something like a multi row formula which returns as well the values for the m-1. Like for example the date is 25th. of May which is mmm-ddd--yyy. I want to have the same formula for m- 1, like 1 month backwards, which is in this case the same date but for april (4/25/2022) .

1 REPLY 1
Qiu
21 - Polaris
21 - Polaris

@sanastasova 
I am not sure I fully understand your intention here.

But if you only want to calculate one month backwards, we can use the DateTimeAdd function to do that.
0602-sanastasova.PNG

Labels