If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

How to set up link to run javascript

Started by ian.hawksey, 27 Mar 2012 04:56:34 AM

Previous topic - Next topic

ian.hawksey

Hi Guys

Running 10.1 Report Studio on Win2008 & IE8

I need to create a link in a list report, which will call a page to display more info for the invoice number in the list row. I have been given the data I need in a db column:

javascript:void(window.open('http://tisukcpsql01/reportServer?/M5Pilot/case_detail&rs:Command=Render&request_id=FF918118&schema_id=tft&rc:Parameters=false','_blank','scrollbars=auto, resizable=yes, status=no'))

where request_id=FF918118 is the invoice for that line.

My question: how do I build a column so that the user can click the column and invoke the page for the given invoice, using the javascript above?

Thanks in advance

Ian

pricter

Create a list. Unlock the column and place
html items to construct the desire html

ian.hawksey

Pricter. Thanks for the reply.

Turns out use of a hyperlink was sufficient - the problem lay in the SSRS report security behind the javascript

Cheers

Ian