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

How to pass a Prompt Parameter to the SQL Query

Started by matteo, 26 Oct 2013 12:16:21 AM

Previous topic - Next topic

matteo

Good morning All,

I need to pass a parameter (inserted from the user in the Prompt page) to the SQL Query.

I do an example:

Parameter:
field1=?WORK_ORDER?

Query:
SELECT field1, field2
FROM MyTable
WHERE field1 =?WORK_ORDER?

Is this the right syntax???

Thanks so much.

Regards.

Matteo