Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

left outer join...

Status
Not open for further replies.

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?
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top