User manual BUSINESS OBJECTS UNIVERSE BUILDER

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual BUSINESS OBJECTS UNIVERSE BUILDER. We hope that this BUSINESS OBJECTS UNIVERSE BUILDER user guide will be useful to you.


BUSINESS OBJECTS UNIVERSE BUILDER : Download the complete user guide (443 Ko)

Manual abstract: user guide BUSINESS OBJECTS UNIVERSE BUILDER

Detailed instructions for use are in the User's Guide.

[. . . ] BusinessObjects Universe Builder Guide BusinessObjects Universe Builder Guide Copyright © 2008 Business Objects. patents, which may cover products that are offered and licensed by Business Objects: 5, 555, 403; 5, 857, 205; 6, 289, 352; 6, 247, 008; 6, 490, 593; 6, 578, 027; 6, 831, 668; 6, 768, 986; 6, 772, 409; 6, 882, 998; 7, 139, 766; 7, 299, 419; 7, 194, 465; 7, 222, 130; 7, 181, 440 and 7, 181, 435. Business Objects and the Business Objects logo, BusinessObjects, Business Objects Crystal Vision, Business Process On Demand, BusinessQuery, Crystal Analysis, Crystal Applications, Crystal Decisions, Crystal Enterprise, Crystal Insider, Crystal Reports, Desktop Intelligence, Inxight, the Inxight Logo, LinguistX, Star Tree, Table Lens, ThingFinder, Timewall, Let there be light, Metify, NSite, Rapid Marts, RapidMarts, the Spectrum Design, Web Intelligence, Workmail and Xcelsius are trademarks or registered trademarks in the United States and/or other countries of Business Objects and/or affiliated companies. All other names mentioned herein may be trademarks of their respective owners. [. . . ] The affected multi-dimensional objects are described below. 26 BusinessObjects Universe Builder Guide Exporting a universe to a XML file format How to identify non-matching universe metadata 5 Non-matching universe metada- Description ta Fact The IBM DB2 Cube Views Fact object is automatically built from the set of measures found in the universe. Tables that are not identified as Facts are assumed to be dimension tables. A IBM DB2 Cube Views dimension object is deduced directly from a BusinessObjects class. Dimensions All the objects within a class determine the attributes of the IBM DB2 Cube Views dimension. The tables inferred by BusinessObjects objects within the class, are detected by parsing the object's Select field. Attributes are not directly deduced from the columns of tables in the universe. Candidate attributes are detected and identified from the following information: · BusinessObjects objects within a class. · BusinessObjects objects referenced in Select field of other BusinessObjects objects by the @Select statement. · Columns involved in a join. Attributes The detail-dimension relationship in a universe is translated Attribute relationto an attribute relationship of type Functional Dependency ships in IBM DB2 Cube Views. Joins Joins and their properties are directly read from universe structure. If a measure is not built on the same fact table, then it is ignored. Measures BusinessObjects Universe Builder Guide 27 5 Exporting a universe to a XML file format Mapping specific SQL expressions Non-matching universe metada- Description ta A hierarchy in DB2 Cube Views is linked to a dimension object and all its levels are members of this same dimension. This is not the case in a universe, where a custom hierarchy can contain levels coming from different Business Objects classes. Hierarchies are treated as follows: · If a universe uses only default hierarchies, then the hierarchies for export to IBM DB2 Cube Views are deduced from the objects, using the object order within each class. · If the universe has custom hierarchies, then they are exported without any modification. Hierarchies Mapping specific SQL expressions Certain SQL expressions are mapped in particular ways by the export process. The following cases of SQL expressions are described in detail: · · · · · SELECT expression for a measure on page 28 @AggregateAware function on page 29 Complex join expressions on page 29 Theta joins on page 29 Shortcut joins on page 29 SELECT expression for a measure The BusinessObjects UMB gets the following information from the SELECT of a measure: · · · Detect tables and columns involved in a measure and map them to sqlExpression:column Identify the aggregation function Determine the formula expression and map it to sqlExpression:template. 28 BusinessObjects Universe Builder Guide Exporting a universe to a XML file format Mapping specific SQL expressions 5 @AggregateAware function When an object contains the @AggregateAware function, only the last parameter of the @AggregateAware function is taken into account. This is the expression that contains the lowest level of aggregation used by the function. For example: A @AggregateAware expression for a measure expression in the universe is as follows: @Aggregate_Aware( sum(AggregatedTable1. Sales_revenue), sum(AggregatedTable2. Sales_revenue), sum(Fact_Table. Amount_sold)) The expression that is mapped to IBM DB2 Cube Views is: sum(Fact_Table. Amount_sold)) Complex join expressions The expression of a complex join in a universe can consist of expressions of type: LeftTable. Column=RightTable. Column In a complex join, these type of expressions can be linked together with the AND operator. The BusinessObjects UMB maps each expression in the complex join to an attribute pair of IBM DB2 Cube Views within the same join. Theta joins A theta join is split into two IBM DB2 Cube Views joins, where the operator BETWEEN is replaced by operators <= and >=. For example: A join in a universe has this expression: Customer. age between Age_group. age_min and Age_group. age_max This join will be split into two joins with the following expressions: Join1: Customer. age >= Age_group. age_min Join2: Customer. age <= Age_group. age_max Shortcut joins Not exported to IBM DB2 Cube Views. Shortcut joins in a universe represent an alternate path to improve performance of queries by not taking into account BusinessObjects Universe Builder Guide 29 5 Exporting a universe to a XML file format How universe structures are mapped to DB2 Cube Views metadata intermediate tables. As shortcut joins create loops within a cube model, they are not exported. How universe structures are mapped to DB2 Cube Views metadata The following universe structures are mapped to corresponding IBM DB2 Cube Views structures. Each section provides detailed descriptions for structures that are mapped from a universe to IBM DB2 Cube Views when a universe is exported to a XML file. · · · · · · · · · Universe to cube model on page 30 Class to dimension on page 31 Fact table to Fact on page 31 Measure to measure on page 32 Dimension and detail object to attribute on page 33 Dimension and detail relationship to attribute relationship on page 33 Default hierarchy to hierarchy on page 34 Custom hierarchy to hierarchy on page 34 Join to join on page 34 Universe to cube model The following describes mapping for a universe to cube model: Universe property Short name (file name) Universe name (long name) Description Fact table List of classes Cube property Cube file name Business name. By default the name is the universe short name (<universe short name>) Comments name factsRef dimensionRef 30 BusinessObjects Universe Builder Guide Exporting a universe to a XML file format How universe structures are mapped to DB2 Cube Views metadata 5 Universe property List of joins involving the fact table. Cube property joinRef Class to dimension The following table describes the mapping for a class to a dimension: Class property Name Description List of dimension and detail objects. Dimension property Name and Business name Comments attributeRef joinRef If hierarchy is a custom hierarchy, then the dimension is modified to get all hierarchy levels in the same dimension as required by IBM DB2 Cube Views. [. . . ] This is useful when the user does not have CREATE VIEW rights, or if you do not want to accumulate views in the database. Use derived tables 50 BusinessObjects Universe Builder Guide Building universes from Oracle Analytic Services How to create a Oracle OLAP universe 6 Options Description Transform object IDs to details Only active when the Create columns for identifiers option for views is selected. When selected, object IDs are transformed into detail objects in the generated universe. 11. Designer starts and opens to the newly generated universe. Create a view only You can create a view using Analytic Workspace Cube metadata. Once you have create the view, you can then select the view at a later time and generate a universe. [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE BUSINESS OBJECTS UNIVERSE BUILDER




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual BUSINESS OBJECTS UNIVERSE BUILDER will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.