Has anyone figured out an easy way to merge the structure of a report tab
from 1 document to a different document. We have tried multiple methods,
none of them pretty, and assume there must be an easier way.
You will find a script on the Business Objects technical support site to
copy a dataprovider. Maybe you’ll have to adapt it to copy a dataprovider
from one document to another.
So first copy the dataprovider from the source document to the target
document. Go in the source document and save the report tab as a template.
Apply this template to a tab in the target document.
Is there a way to merge 2 reports? Eg. Merge them by patient id. 2) Can I create a BO universe from excel spreadsheet data? My guess is not. Am I right?
You can link two queries/reports together if the have common fields eg. patient id.
From my archives here is Dave Rathbun’s take on how to do this:
First you have to link any common dimension objects. This is done so BusObj knows how to get the two data sets together, and is done on the Data Manager window. (Select View + Data to get there.)
Now that you have done that, here are the “rules” 1. You can use any linked dimension
2. You can use any Detail object associated with a linked dimension 3. You can use any Measure object
4. You can use any unlinked dimension from one query only, but you probably
don’t want to. See rule #5
5. The measure value results will only be valid for combinations of linked (or shared) dimensions. In other words, suppose you have Dimension A1, B1, and C1 from data provider 1. And then you have A2, B2, C2, and D2 from data provider 2. You link A, B, and C together. Then you have M1 from data provider one, and M2 from data provider 2. If you use dimension D2 in a block, then M1 will show repeating values. The measures M1 and M2 will only be appropriate with various combinations of A, B, or C, since they are the shared dimension objects.
6. Combinations of unlinked dimension objects are NOT allowed.
Do you know that you can bring excel data directly into a query without a universe ?
Is there a way to merge 2 reports? Eg. Merge them by patient id. 2) Can I create a BO universe from excel spreadsheet data? My guess is not. Am I right?
If two dimensions are of different types, for example production date is a date field like 1/1/2001 but ship date is a character field 01/10/01, they will link but will not be successfully joined in the report.