A wizard in the Designer module that provides guided instructions for creating a basic universe. It lets a designer name a universe, set up a connection to a database, select strategies, create classes
Latest Answer: If you click the File/New starts Quick Design wizard check box in the General tab (Tools menu, Options command) the New command automatically launches the Quick Design wizard.Cheers,Sithu ...
A centralized set of relational data structures stored in a database. It enables BusinessObjects users to share resources in a controlled and secured environment. The repository is made up of three domains:
Latest Answer: Repository is nothing but metadata. It contains 3 domains security, universe and document. A repository has only one security domain. ...
A secured connection is used to access universes or documents that may be restricted or confidential. It can be shared by several authorized users. Stored in the repository, the definition of a secured
Latest Answer: The secured connections are used to access universe or document that may be restricted or confidentialCheers,Sithu ...
A shared connection is used to access common resources such as universes or documents. It can be used by several users. Information about a shared connection is stored in a SDAC.LSI or SDAC.SSI file; its
Latest Answer: The secured connections are used to access universe or document. It can be used by several users.Cheers,Sithu ...
A join that links two tables by bypassing one or more other tables in the universe.
Latest Answer: A. short cut joins are used to improve the query performance at universe level i.e. for performance tuning. Suppose if we have 4 tables A,B,C and D A--->B---->C---->D and there is a chance to link A--->D but we should not link (causes loop) ...
Scripts that automatically extract structural information about tables, columns, joins, or cardinalities from a database. Designer provides default strategies but a designer can also create strategies.
Latest Answer: A strategy is a script that automatically extracts structural information from a database. Designer provides a number of default strategies you can use. These are strategies for extracting joins, detecting cardinalities, and creating default classes and ...
The graphical component within the main Designer window that shows the schema of the universe. It reflects the underlying database structure of the universe.
Latest Answer: Insert tables in the Structure pane1 Select the Tables command from the Insert menu.2 In the Table Browser, click the tables you want to add to the universe structure.To select several contiguous tables, hold down the Shift key, then click the ...
A component within a class that groups objects. A subclass can itself contain other subclasses or objects.
Latest Answer: A component with in a class that groups the objectCheers,Sithu ...
The graphical component within the main Designer window that lets you create the classes and objects of the universe from the tables and columns of a database.
Latest Answer: Table Browser is an independent window that displays the table available in the connected database.You can insert the tables into structure pane by double clicking the tables in the table browser r by selecting the table & dragging it into structure ...
A join that links tables based on a relationship other than equality between two columns.
Latest Answer: Theta join—A theta join is created when the data in two fields from two tables is related via some comparison operator other than equals (=). For example, a not-equal join relates data using the not equal operator (). For example, suppose you want to ...
View page << Previous 7 8 9 10 [11] 12 Next >>

Go Top