If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Rename hyperlink on email sent from Job/Schedular

Started by Tina_345, 19 Aug 2020 08:38:54 AM

Previous topic - Next topic

Tina_345

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!