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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Formula to Identify First Date in a Field

briankuhlmann
8 - Asteroid

I'm not sure this is possible in a formula.

 

Is there a formula I could use that would return the first or earliest date in a field full of dates?

 

I am trying to create an output filename and I'd like to have first date and last date for the data.

 

Usually I use current day or First of month, etc..  ie: \REACTIVE OUTPUT\"+[ConsolidatedMaster]+" - REACTIVE -"+DateTimeToday()+".xlsx|||test$A1:M1"

 

In this case I dont want today's date

 

 

 

 

3 REPLIES 3
MilindG
12 - Quasar

Would Max or Min date work?

Luke_C
17 - Castor
17 - Castor

Hi @briankuhlmann 

 

Use a summarize tool to find the Minimum date. You can then use an append fields tool to bring that value in for all records in order to leverage it in your file name formula

briankuhlmann
8 - Asteroid

I figured this was my only option, thanks!

Labels
Top Solution Authors