How to create Hyperlink for sending Email in Cognos HTML output
Problem:
Setup HTML link on emailSolution:
- Create Email ID data item in report query
[Report Query].[Email ID]
- Drag singleton with Email ID field and set property visible to NO.
- In Singleton, drag Hyperlink object and change properties
- Text Source:
Report Expression: Email ID field
- URL Source
Source Type = Report expression
Report Expression: 'mailto:'+[Report Query].[Email ID]