COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: Nayagam on 19 Jan 2015 02:01:24 PM

Title: Data item as a hyperlink
Post by: Nayagam on 19 Jan 2015 02:01:24 PM
I have a report that uses data from Sales Force. I have one data item   
that is an ID from Sales Force. The report will be emailed to users as 
PDF file. I need that ID data item to appear as a hyperlink where and   
when the users click on it, it should open a new browser window in     
Sales Force with the related data item details page. How do I           
accomplish this? Are there any sample codes available?
Title: Re: Data item as a hyperlink
Post by: Francis aka khayman on 19 Jan 2015 07:55:22 PM
you can add a hyperlink and set the source and url to the data item value... or enclose the data item in html item and code the link syntax
Title: Re: Data item as a hyperlink
Post by: Nayagam on 22 Jan 2015 09:31:40 AM
Worked like a charm. Thank you!