Linking Multiple Queries

Many thanks to Marianne Wagt, James Cull, and Dave Rathbun for your responses to my question on linking multiple data providers and Dimensions vs Details.
After submitting my question to the list, I visited the list archives at http://listserv.aol.com/archives/busob-l.html and researched the subject. I found many previous postings on this (sorry, I guess I should have checked first). After reading everything, along with the minuscule amount I found on the Business Objects web site, I feel I have a healthy understanding of the concepts. I was able to get it to work by changing some of the objects to Detail objects.
Problem: I have my objects all organized into various logical groupings (Classes) such as Change Requests, Priorities, Statuses, etc. When I changed the objects in my Priorities class to Detail objects, I was prompted to select the Dimension that this object was a detail of. I selected Change Request Number which is in the Change Requests class. BO immediately moved the object out of Priorities and into Change Requests under the Change Request Number. This messes up the logical class groupings I have in my universe. I moved it back under Priorities, but then it lost its reference to the Chg Req Number dimension. Subsequently, when I used the new detail object in a report, since it didn’t know what the related dimension was, it put an additional object in the Query Results window, labeled with a Red Triangle with an exclamation point inside. This is kind of sloppy for the users to have to deal with. Question: How have you dealt with creating logical Class groupings in regards to detail objects? Do you just let all the details sit under their related dimensions? If so, wouldn’t (normally) almost everything in a single table be a detail of the primary key? (Sorry so long winded)
Roger Poole
rpoole@nswc.navy.mil


Listserv Archives (BOB member since 2002-06-25)

in bo 5.1.3 we are attempting to run a sequence of queries that ran in BO 4. Specifically,

We are running a report that consists of multiple queries (data providers) of the same universe. BO should create the link between the queries automatically however, the result set we are getting is not correct. Each query does bring the right data out (you can see this through the data manager) but on the final report some data is missing because it appears to drop the whole cubes after the first key doesn’t find a match.

There doesn’t appear to be a way to tell BO how to create the join or what kind of join.

HELP
Thanks, KP


Listserv Archives (BOB member since 2002-06-25)

Keep in mind that BO doesn’t join queries, it links them. So what it does is a double-outer-join.

Take a look at your measures that are giving you trouble and try using the magical Multicube() trick.

What version are you trying?


Listserv Archives (BOB member since 2002-06-25)

Can I get a read from some of you on BO support for 5. I have been very disappointed with response from them. What are the rest of you finding?

KP


Listserv Archives (BOB member since 2002-06-25)