%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
truter.biz
Lester Truter; Business Objects;Lotus Notes; Domino; CLP
::
Business Objects - Designer ::
Locking a universe for editingAfter making changes to a universe, export the universe to the repository so that other users will receive the changes When making changes to a universe, first lock the universe: Outer JoinsOuter Join - When inserting a join between two tables use the (+) operand
to signify that the condition will look for all possible values The outer join extends the result of a simple join. An outer join returns
all rows that satisfy the join condition and those rows from one table
for which no rows from the other satisfy the join condition. Such rows
are not returned by a simple join. To write a query that performs an outer
join of tables A and B and returns all rows from A, apply the outer join
operator (+) to all columns of B in the join condition. For all rows in
A that have no matching rows in B, Oracle returns NULL for any select
list expressions containing columns of B. " A condition cannot use the IN comparison operator to compare with another
expression a column marked with the (+) operator. SELECT C.Client_Ref, S.sales_client_ref What is an Oracle view?A view is a select clause which filters a table, but can be accessed just as a table is accessed. The actual table structure does not exist, rather SQL is generated when the view is called.
Does cardinality have to explicitly stated in Oracle?Oracle does not use cardinality at all. (Cardinality is where 1 to many or many to 1 relationships. This is used for performance as when a search is performed, the db engine will stop at the first match in the case of 1 to 1)
Displaying text where a column does not return a valueIn a BO report, if a value does not exist use the no value function: "#Multivalue" error messageIf you get a "#MultiValue" error when concatenating fields,
use the max function:
Error logging into Business ObjectsIf you get the following error (USR0057), followed by (USR0045): It means that you client does not have the correct< repo>.key to access the Business Objects repository.
|