I have a requirement to execute the daily workflow for last month. it should do it iteratively for each day and aggregate the data in the final output file. It should pass one date and let the workflow execute and then reduce the date by 1 and repeat. Can I use any calculation instead of using a macro?
Thanks in advance for your valuable time!
Solved! Go to Solution.
working days in last month
You can filter out weekends by using a filter like below.
DateTimeFormat([Dates List],"%a") not in ("Sat","Sun")
Workflow:
Hope this helps : )
awesome 🙂 Now is there a way where I can identify current month based on today's date? then
1) identify the previous month
2) Identify all the week days(dates) in that month?
Thanks a bunch in advance
If I run this workflow in September then I only want to account for working days in August. I do not want to include anything from September or July
Thank you. I tool a slightly diff approach by calculating the month of today's date. Then I subtracted the number...changed the data type and set the logic/filter to be today_month - report_month = 1
I have another question related to same workflow. I used DateTimeFormat(DateTimeToday(),"%B") to get month of september. What is the easiest way of getting august by doing sept-1? TIA
How can I use today's date to derive previous month name and year..sth like AUG-21
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |