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

iFrame URL ???

Started by bioCam, 06 Oct 2013 08:37:32 PM

Previous topic - Next topic

bioCam

I have tried putting together different parameters but none seem to work.  I just would like to to create an iFrame in my RS report and pass in the URL (an Active Report) so it opens in my RS report.

I dragged in a HTML object into a table in RS.  In the HTML, I have this text and I would truly appreciate if you could help.  I could not figure out what its missing or wrong.

<iframe width=100% height=100% src=ServerCognosTEST/BI/cgi-bin/cognosisapi.dll?b_action=cognosViewer&
ui.action=run&
ui.object=defaultOutput(%2fcontent%2ffolder%5b%40
name%3d%27Development%27%5d%2ffolder%5b%40
name%3d%27cam_gal%27%5d%2ffolder%5b%40
name%3d%27TEST%27%5d%2ffolder%5b%40
name%3d%27TEST_a%27%5d%2ffolder%5b%40
name%3d%27Planned_Reports%27%5d%2freportView%5b%40name%3d%27MyView_Planned_Report%27%5d)&
run.outputFormat=&
cv.header=false&
cv.toolbar=false" id="test_iframe1" name="test_iframe1">
</iframe>

bioCam

The URL embedded (HTML object) into my MAIN report works.  When MAIN is run - it is supposed to open a saved Active Report.  It does open the saved AR but it opens the saved AR in a new window.  How do I make it open in the MAIN Cognos Viewer?

<iframe src="http://server/BI/cgi-bin/cognosisapi.dll?
b_action=cognosViewer
&ui.action=view
&ui.object=defaultOutput(%2fcontent%2ffolder%5b%40name%3d%27Dev%27%5d%2ffolder%5b%40name%3d%27ME%27%5d%2ffolder%5b%40name%3d%27ME_folder1%27%5d%2ffolder%5b%40name%3d%27ME_Folder2%27%5d%2ffolder%5b%40name%3d%27ME_Scheduled%27%5d%2finteractiveReport%5b%40name%3d%27test_sample-A%27%5d)
&ui.name=test_sample-A&ui.format=XHTML"
width="1500" height="750" scrolling="no" frameborder="0">
</iframe>