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

execute SQL query from cognos sdk

Started by deepak, 11 Jul 2011 09:37:50 AM

Previous topic - Next topic

deepak

I'm using Cognos-8 SDK to write the customize report writing program.

Can someone please guide me how to run SQL queries form SDK to generate the report?

Thanks!

bpetty

You want to write a custom report designer?  If so, it has nothing to do with SQL queries.  The Cognos SDK comes with some documentation on their Report Specification markup.  We have some "auto" report authoring functionality in our application and it is really nothing more than writing XML and importing it into the Content Store via the SDK.  The only queries involved are those used in the report for custom Data Query Subjects to bypass your model (if you do that kind of thing)... but again, it is still wrapped in XML.