COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: BIsrik on 03 Nov 2006 08:18:56 AM

Title: [solved] URL to Open in New Window
Post by: BIsrik on 03 Nov 2006 08:18:56 AM
Hi,

I have a hyperlink used in a report where i am passing the url through a database column. The issue is when i click on the link in the viewer, it opens on the same window. Is there any way wherein we can make the link to open in a new window.

Srik
Title: Re: [RS] URL to Open in New Window
Post by: BIsrik on 08 Nov 2006 05:47:31 AM
used the anchor tag in a column definition like this '<a href = "URL" target = "_blank"></a>'. then used a html item and took the source of the html item to the column defined above.

srik