Post

1 follower Follow
0
Avatar

Scheduled Workflow: Report Start/End Date

How do you set a variable start/end date for a Scheduled Recurring Report? For instance, I want to do an export of the Resource Summary report and send it to our manager on the 1st of every month, for the month prior.  So the report period would be the first through the last day of the previous month.

Peter Zovath Answered

Please sign in to leave a comment.

1 comment

0
Avatar

Hi Peter,

If I understood correctly you'll need to create a SWR that sends this report with the reported date between:

StartDateTime(year(today()),month(today()),1,0,0,0)

and

dateadd(today(),days(-1))

 

Good luck!

Tamir

Tamir Avital 0 votes
Comment actions Permalink