Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 06:58 AM
Hello all,
I have created a report and scheduled it to run on monthly. I would like to have the Report Subject show the current date.
Regards,
Hong
Solved! Go to Solution.
Labels:
- Labels:
-
Scripting and Coding
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 07:08 AM
Below link will help to add date on subject line
gs.nowDateTime().split(' ')[1]
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2019 07:08 AM
Below link will help to add date on subject line
gs.nowDateTime().split(' ')[1]