Hi,
I created an HTML item to call Microsoft outlook and send email from Report Studio but cannot figure out how to put reportname and username into the body of the email, just to make this html item generic
here is my HTML item
<a href="mailto:ttt@ttt.com?subject=Subscribe to Report Distribution&body=Click
<a href=%22http://www.google.com%22>Here</a> to go to google.com">Please subscribe me to this report</a>
Can you please help,
Thanks You.
Hi,
You have to break up your string and assemble it using concatenation operator (+). Use a layout calculation.
Example syntax:
"<a href='#&body='" + ReportName () + '...'