How to create Hyperlink for sending Email in Cognos HTML output

Problem:

Setup HTML link on email


Solution:


  1. Create Email ID data item in report query
[Report Query].[Email ID] 
  1. Drag singleton with Email ID field and set property visible to NO.
  2. In Singleton, drag Hyperlink object and change properties

  • Text Source: 
Source Type = Report expression
 Report Expression: Email ID field
  • URL Source
Source Type = Report expression
Report Expression: 'mailto:'+[Report Query].[Email ID] 

Popular posts from this blog

Cognos Excel Text Wrapping Issue - Row Merge and Column Merge

Cognos: How to replace an existing report without breaking links?

How to change package for a report in IBM Cognos Analytics (ICA)?