COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Reporting => Topic started by: Tina_345 on 19 Aug 2020 08:38:54 AM

Title: Rename hyperlink on email sent from Job/Schedular
Post by: Tina_345 on 19 Aug 2020 08:38:54 AM
Hi Gurus,
    I am sending confirmation email after generation of report.
    I have a requirement where I need to rename a hyperlink (some URL) to some user friendly text which should redirect to that URL if recipient clicks it.

    Is there a way to rename hyperlink in email we sent via cognos scheduler?

   HTML tags below can be used to rename url however just adding HTML on email won't work.
   Is there any workaround?
   

<!DOCTYPE html>
<html>
<body>
<h1>The a target attribute</h1>
<p>Open link in a new window or tab: <a href="https://www.w3schools.com" target="_blank">Visit W3Schools!</a></p>
</body>
</html>

Thanks!