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.

Dynamic Input to pull data for current month only each day

gam2086
5 - Atom

Hello Community,

 

Need help with dynamic input to pull data from start of the month to end of the month. Workflow will run daily. 

 

Example: Today 8/14/2023

 workflow should pull data : 08/01/2023 to 08/13/2023

also, Skip weekend.

 

Attached is dynamic input for month and try to did for daily, but not successful.

 

Thanks in advance

1 REPLY 1
alexnajm
18 - Pollux
18 - Pollux

I am not sure I understand where these parameters are going, but if you want all dates (excluding weekends) in between yesterday and the first of the month:

1) calculate yesterday and first of month (Formula)

2) generate all days within each month (Generate Rows)

3) use logic to exclude weekends (Filter)

Labels
Top Solution Authors