COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: jd on 24 Feb 2011 10:48:55 AM

Title: Adding close button to end of the report
Post by: jd on 24 Feb 2011 10:48:55 AM
I have drill through report.

in child report bittom I have to add Close button. When I click on ht eclose button report has to close.

I think I might use some java script. please any one can you help me how ot wright script.

Thanks
Title: Re: Adding close button to end of the report
Post by: melee on 24 Feb 2011 11:25:37 AM
Easy!

HTML item:

<button id="unload" value="Unload!" onclick="window.close()">
Title: Re: Adding close button to end of the report
Post by: jd on 24 Feb 2011 11:41:15 AM
Thanks Melee.

it is working perfectly