Start Free Trial

Alteryx Designer Desktop Discussions

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

How to input a file with one month lag

Oluwapelumi
5 - Atom

I have a workflow where I am trying to input files with one month lag. For example, if I am working on a report for Aug Month End, the input file available is for July Month End. How do I use the formula & dynamic input tool to bring in this file?

 

Thanks,

 

Pelumi

3 REPLIES 3
Gumsmenezes
10 - Fireball

Hi @Oluwapelumi, how does this look?

Oluwapelumi
5 - Atom

Thanks! How do I edit this to only pick a week day and not weekends?

Gumsmenezes
10 - Fireball

You can use the formula DateTimeFormat([Date],"%A") to create a new field and then filter out "Saturday" and "Sunday" using the filter tool.

Labels
Top Solution Authors