Sponsor
In this tutorial, we will look into some of the fundamental and widely asked scenario based questions in BusinessObjects (BO) interviews. Let's get started.
Define a shortcut join between tables B and E. To do this, join the tables normally. Then open the join editor and check the box shortcut join.
The join will show as a dotted line between the two tables. This kind of a join does not create loop and cannot be placed in any context. The shortcut join between Table B and Table E will only work when objects from both the tables are selected in the query panel of report.
SELECT A.a, B.b FROM A,B,C WHERE A.bfk=B.pk AND B.cfk=C.pk AND C.val=’XXX’
The resulting query will be:
SELECT A.a, B.b FROM A,B WHERE A.bfk=B.pk AND B.cfk=12
The table C will be eliminated from the Query and the foreign key to C in table be will be equated to 12, the key corresponding to ‘XXX’. The join with C will be eliminated.
Go to Tools -> Manage Security Click on Mange Access Restrictions. Create a new restriction. In the Controls tab of the restriction, set the row limit to 40,000 and execution time limit to 40 mins.
In the Main Window, apply this restriction to User1
Dim A Dim B Measure 1 AA 12 100 BB 34 50 CC 21 40 DD 43 90 EE 45 200 FF 54 75
For this we will require the sum of Measure 1 in the table, which can be achieved only by In Block keyword.
The formula will be
Sum(Measure 1)/Sum(Measure 1 In Block)
Field A Field B Field C Field D Xxx Tyu 100 98 Xxx Yyy 45 76 Xxx Dev 56 87 Yyy Wes 78 13 Yyy Rid 200 106
This can be achieved using filtered rows. In the Selector Properties, select Insertion Type as filtered rows and map the Labels by selecting all values of Field A(including the duplicates).
The labels will display unique values and when a particular value is selected, all rows corresponding to the value of Field A will be selected as output. The chart component needs to be mapped to the output this selector.
Next, Read Top 30 BusinessObjects Reporting Interview Questions and Answers
Riddhiman Basu is currently emplyed as a Business Objects developer in a multinational company and has experience in working on BO XI R2, R3.1 and SAP BO 4.0 versions of Business Objects