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

Cognos10 Export to Excel Javascript for Portlets

Started by praveenb77, 13 Mar 2014 09:33:08 AM

Previous topic - Next topic

praveenb77

Hello All,

We have a requirement to have a button on the report for exporting the report into excel. But we are having the reports in Multipage dashboard which is built using Cognos Portlets. I found some common scripts to be working in individual reports, but not for the reports in the portlets.

Can anyone provide me a script that works in Cognos portlets for Export to Excel.

Thanks!

karanluniya

Hey did you have any luck with the post...I am looking for the same thing...do let me know

bdbits

Put this in a HTML item in the report.

<div>
<input type='Button' value="Export to Excel" onclick="javascript:gCognosViewer.getRV().viewReport('singleXLS')">
</div>