Focal Point
[SOLVED] Dynamic(parameterized) inline email text Report Caster

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9627020496

July 28, 2020, 09:47 AM
Leela Krishna
[SOLVED] Dynamic(parameterized) inline email text Report Caster
Greetings Everyone,

I have a report caster schedule that delivers report output via email to the users. I am trying to include an inline text in the email body instead of default "Please find the attachment". This will include the statistics like sales and revenue numbers of that user and some images and promotional information. Is it possible to include that kind of information along with report caster schedule and send it to the user? Please let me know if someone has created something similar.

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
July 28, 2020, 10:09 AM
Satheesh Babu
You can set the message in the amber variable in the report and schedule it.
in the Schedule access the variable for the subject or email body..
-SET &EMAILSUBJECT='Custom Subject';
-SET &EMAILBODY='Custom Body';
in the schedule use &EMAILSUBJECT in the Subject Textbox and &EMAILBODY in the Message Textbox.


WebFOCUS 8.2.04
AIX/UNIX/Windows, All Outputs
July 29, 2020, 11:49 AM
Leela Krishna
Thank you Satheesh.


WebFOCUS 8
Windows, All Outputs