- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2017 04:39 AM
Hi All,
I am trying to attach report to notification by using syntax ${report:reportID:sysid of report}. File is getting attached in PDF format. But we need in excel format. Is there any way to do this?
Thanks in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2017 05:29 AM
please try :
${report:reportID:sys_id:output_type:.xls}
Mark Correct if this solves your issue and also hit Like and Helpful
Regards,
Bubuprasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2022 08:09 PM
I have a similar use case, to fetch sys_id using ${event.parm1} is it possible.
${report:reportID:${event.parm1}:output_type:.xls}
Its attaching a null report. Can someone please help me.
Thanks in advance