Oct 25, 2006 #1 Cog8i IS-IT--Management Joined Oct 12, 2006 Messages 13 Location CA is there any one who can tell me that how to use the Left outer join in Cognos8 report studio?
Nov 4, 2006 #2 misscognos Programmer Joined May 5, 2006 Messages 142 Location US two options: 1. fix this up in your model. 2. write your own sql. There is no other way to do a LOJ in RS. It must be in the model as a 1.1 -> 0.n join in FM. If you need to have a different join for some reason in the model then: 1. can create a new namespace with the query subjects imported from the db and add your join. In your report, use these. 2. Publish a different package altogher that reflects a left outer join. Upvote 0 Downvote
two options: 1. fix this up in your model. 2. write your own sql. There is no other way to do a LOJ in RS. It must be in the model as a 1.1 -> 0.n join in FM. If you need to have a different join for some reason in the model then: 1. can create a new namespace with the query subjects imported from the db and add your join. In your report, use these. 2. Publish a different package altogher that reflects a left outer join.