Email link in PDF report generated using SQR
Hi all,
I am creating PDF report using SQR. (PeopleTools I am using for Peoplesoft is 8.57)
I want to place the link in the PDF (eg. name@org.com) which will redirect to email.
I used below code print statement
print 'mailto:name@org.com'
So I have 2 issues with this code-
1. This code print 'mailto:name@org.com' as a hyperlink and when clicked redirect to home page , which is incorrect
2. Also on the PDF I just want 'name@org.com' to be printed. 'mailto' should not be there. If I remove 'mailto' from print statement , It will not print as hyperlink
I am creating PDF report using SQR. (PeopleTools I am using for Peoplesoft is 8.57)
I want to place the link in the PDF (eg. name@org.com) which will redirect to email.
I used below code print statement
print 'mailto:name@org.com'
So I have 2 issues with this code-
1. This code print 'mailto:name@org.com' as a hyperlink and when clicked redirect to home page , which is incorrect
2. Also on the PDF I just want 'name@org.com' to be printed. 'mailto' should not be there. If I remove 'mailto' from print statement , It will not print as hyperlink
Tagged:
0