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

Post with AJAX?

Started by melee, 26 Jan 2011 09:59:41 AM

Previous topic - Next topic

melee

I had an interesting thought regarding AJAX when I was reading a thread here the other day. It was brought to my attention that you can generate reports by calling the report directly by URL and using GET parameters to pass parameter values.

Here's the thread, and here's the string that got me interested:


.../content/package[@name='MyPkg']/report[@name='MyReport']&p_GEO=?&ui.action=run&ui.header=false&ui.toolbar=false&run.prompt=false


Theoretically, I could send a GET request using Javascript and return a whole report (or more) into another report without drilling through - is that correct? Has anyone tried this?