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

Formula tool: if older than 60 days from last day of the prior month

Elena_B1
7 - Meteor

Hello.

 

Could you please help to complete the expression? If today is October 10, 2022, I need to find all docs that are 60 days older than September 30, 2022.

 

IF !IsEmpty([Clearing Document]) THEN "Settled" 
ELSEIF IsEmpty([Clearing Document]) AND [Posting Date] older than 60 days calculated from the last day of prior month
 
ELSE "Waiting for settlement" ENDIF

 

Thank you

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

Hi @Elena_B1 

 

Take a look at the attached workflow.

 

Felipe_Ribeir0_0-1664655417152.png

 

If the provided answer helped you to solve the problem/was correct, please accept it as a solution :)

 

Thanks.

Labels
Top Solution Authors