Schedule automatic report with yesterday's tasks

I need to create a report that sends an email every day with the tasks that have been launched. But I ask for some way of putting today’s time issued automatically.
Something like a relevance {now}.


I can only select a date in the window.
Any ideas?
thanks

I believe you’ll have to create a custom report for this scenario (which can also be scheduled/emailed). You can leverage session relevance such as the following:

(id of it, time issued of it, name of it, state of it, name of issuer of it) of bes actions whose (time issued of it > (now - 1 * day))

3 Likes