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

join condition

Started by cognos05, 08 Feb 2021 04:07:09 PM

Previous topic - Next topic

cognos05

Hi All,

In cognos fm I used to have a join condition manually defined between 2 tables like this

( dwh_security.security_level ='Territory' AND vw_f_billings_all.Ship-To Territory ERP Code = dwh_security.security_value )
OR
( dwh_security.security_level ='Area' AND vw_f_billings_all.Ship-To Area ERP Code = dwh_security.security_value )


But in Data Modules looks like I can only join 2 fields from each table in there

Is there a way to explicitly say the conditons.