COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Framework Manager => Topic started by: raghav1206 on 13 Oct 2007 06:47:15 AM

Title: outer join in frame work manager
Post by: raghav1206 on 13 Oct 2007 06:47:15 AM
how to implement outer join in frame work manager
Title: Re: outer join in frame work manager
Post by: MFGF on 15 Oct 2007 04:22:48 AM
Set the cardinality of your relationship to start with a 0

ie
1..1  ->  0..n would be a one-to-many left outer join
1..0  ->  1..n would be a one-to-many right outer join
0..1  ->  0..n would be a ine-to-many full outer join

Regards,

MF.