Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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