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

SQL Parameters merged with Cognos Parameters

Started by Esosa, 20 Dec 2019 10:50:30 AM

Previous topic - Next topic

Esosa

Can you merge SQL parameters with COGNOS Parameters to work together? Or how would you adapt the below SQL to work with COGNOS.

Example:
SELECT
  Var1,
  Var2,
  Var3
FROM
  Table_1
WHERE
  ITEM_DT >= TO_DATE(:qDateFrom,'MM/DD/YYYY') AND
  ITEM_DT <= TO_DATE(:qDateTo,'MM/DD/YYYY') AND