- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-17-2025 03:17 AM
How to make a report and dashboard of the last 6 months incident and RITM trends and send it to the scheduled groups through email. The email subject line should be the current date email.(for example if you send a email on 17th may the subject should be the "17th may" report.
Please help me with the steps how to do this.
I am expecting a quick response from you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-18-2025 03:27 PM
Hi @MeadalraoA,
Create a report first and then schedule it using "Scheduled Report".
When you create Scheduled Report, it has option to add both users and groups.
When the scheduled time hits it will trigger the report in the form of email.
It has option to put subject with javascript.
In the subject you can add javascript like example below.
javascript: "Report for last 6 months on RITM - " + gs.now()
This way you can achieve scheduled report sent through email.
Let me know if it worked.
Regards,
Vikas K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-18-2025 03:27 PM
Hi @MeadalraoA,
Create a report first and then schedule it using "Scheduled Report".
When you create Scheduled Report, it has option to add both users and groups.
When the scheduled time hits it will trigger the report in the form of email.
It has option to put subject with javascript.
In the subject you can add javascript like example below.
javascript: "Report for last 6 months on RITM - " + gs.now()
This way you can achieve scheduled report sent through email.
Let me know if it worked.
Regards,
Vikas K
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā05-20-2025 05:55 AM
ok