C O G N O i S e - the COGNOS community ...brought to you by BrightStar Partners, Inc.
The largest independent IBM Cognos support community!
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
January 30th, 2011
- COGNOiSe.com has been updated!
Home
Help
Search
Calendar
Login
Register
C O G N O i S e - the COGNOS community ...brought to you by BrightStar Partners, Inc.
»
Legacy Business Intelligence
»
COGNOS ReportNet
»
Report Studio
»
creating hyperlinks from a report to a website
« previous
next »
Print
Pages: [
1
]
Author
Topic: creating hyperlinks from a report to a website (Read 656 times)
amic1
Full Member
Posts: 13
Forum Citizenship: +0/-0
creating hyperlinks from a report to a website
«
on:
12 Aug 2010 04:44:36 pm »
Hi,
I'm trying to open a web page from a report.
meaning, by clicking on a data item that placed in a list I would like the website will open.
How can i do it? where should i place the URL, so it will work?
Thanks in Advance,
Ami
Logged
nagababu
Full Member
Posts: 11
Forum Citizenship: +0/-0
Re: creating hyperlinks from a report to a website
«
Reply #1 on:
20 Aug 2010 06:52:22 pm »
you can do this following way,
1)take the hyperlink to the list
2)select the hyperlink
3)in the properties URL source in second uption URL put ur which website u want take the url copy here
4)then save and run.
Logged
amic1
Full Member
Posts: 13
Forum Citizenship: +0/-0
Re: creating hyperlinks from a report to a website
«
Reply #2 on:
23 Aug 2010 02:01:22 pm »
Thanx, it worked.
But do you know how can i make the website to be open in a new window?
Rgds
Amic
Logged
rams143
Full Member
Posts: 24
Forum Citizenship: +0/-0
Re: creating hyperlinks from a report to a website
«
Reply #3 on:
09 Sep 2010 11:25:38 pm »
Hi,
You can use HTML item instead of Hyperlink.
Drag and drop the HTML in to the list. And double click and insert the following script,
'<A href="
URL
"target="_blank">New Window< /A >'
Replace URL with your website URL and in place of New Window you can write any text that will appear as link on the report.
If you have the URL as a data item in the query then you can use this script instead.
'<A href="' + [Query].[link] + '" target="_new">TEXT< /A >'
Just make < /A > without spaces. I cannot do that because it is giving something like [/url].
Regards,
Rams.
«
Last Edit: 09 Sep 2010 11:37:40 pm by rams143
»
Logged
Print
Pages: [
1
]
« previous
next »
C O G N O i S e - the COGNOS community ...brought to you by BrightStar Partners, Inc.
»
Legacy Business Intelligence
»
COGNOS ReportNet
»
Report Studio
»
creating hyperlinks from a report to a website