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

Using selected paramter value in javscript

Started by pradeepbi25, 30 Nov 2015 12:00:20 PM

Previous topic - Next topic

pradeepbi25

Hi

I have a report with below code in HTML item:
<EMBED src="/cognos/samples/Reports/MonthlyReports/Oct2015.pdf" width="1500" height="700">
</EMBED>
This opens directly the PDF file which is stored in cognos server.

Now I have created a month prompt (value prompt). If user selects Nov 2015, Nov2015 pdf file must open.
So, I need to pass parameter value into the above code:

Thanks in advance

Pradeep