how to increase the perfomance in ur designer & reporting?
how to reduce the refershing time & what precations would u
take ?

Answers were Sorted based on User's Feedback



how to increase the perfomance in ur designer & reporting? how to reduce the refershing time &a..

Answer / poonam tekchandani

To increase the performance in universe:

-as possile as use less number of joins
- avoid use of user objects
- use aggregate awareness

To increase the performance in reports:
- avoid use of user objects

Is This Answer Correct ?    4 Yes 1 No

how to increase the perfomance in ur designer & reporting? how to reduce the refershing time &a..

Answer / ashish

1. Increase array fetch size.
2. Use Bit map indexing on Fact columns.
3. Remove unwanted objects and classes from your universe.
4. Remove unwanted variables, filters and charts from report
5. Always ensure your fact table execute before your
dimensional table in the FROM clause (Query optimization)
ex. Select F1.A
D1.B
FROM
Fact F1,
Dim D1
6. Use of Derived Tables so that complex calculation can be
performed at universe level.
7. Aggregate table
8. Remove unwanted alias and context.
9. Always ensure in join condition you have fact table
appearing at LHS. (F1.A=D1.B)
10. For prompts related columns, have indexing done at DB
level
11. Also at universe level you can change row count for
table rows for SQL execution as per requirements.

Is This Answer Correct ?    5 Yes 2 No

how to increase the perfomance in ur designer & reporting? how to reduce the refershing time &a..

Answer / anil kumar ganga

To increase the performance in designer
1. Use as much conditions as possible
2. Use array fetch parameter
3. Limit the number of rows in Universe parameters as per
ur need
4. Resolve loops completely etc.,
To increase performance in reports:
1. Avoid usage of more variables
2. Use indexes on columns

Still more points are there, i didn't remember. Any body
can continue this post

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Business Objects Interview Questions

in BO module, you forgot all password even all user in business object, designer, supervisor, gen.supervisor everythicg, how to you recover your datas?

1 Answers   iFlex,


what are the roles and responsibilities of BO Administrator ?

1 Answers   OCS Infotech, TCS, Wipro,


I need to select the rows based on the latest 'Payment_due_date' column value. Let's say I have a Deski report with 3 columns: Payment_due_date, Cust_Name, Oustanding_Amt. Report is like this: ===================================== Payment_due_date,Cust_Name,Oustanding_Amt 02/28/11 , Bob, 115 03/31/11 , Bob, 90 02/28/11 , Mike, 120 02/28/11 , Susan, 220 05/31/11 , Bob, 80, 03/31/11 , Susan, 70 05/31/11 , Mike, 220 05/31/11 , Susan, 120 04/30/11 , Susan, 130 So,we would like to see (based on latest Payment_due_date) ================== 05/31/11 , Bob, 80, 05/31/11 , Mike, 220 05/31/11 , Susan, 120 Oustanding_Amt comes as SUM(Oustanding_Amt) from Universe. If we use Max(Payment_due_date),we do get one row but then, the column 'Oustanding_Amt' sums up. Not allowed to use do SQL Override .Context Operators aren't working. Thanks in advance:)

3 Answers  


1.How to convert deski document to webi in infoview? 2.what is connection type for free hand sql?

3 Answers   Wipro,


What are the advantages of setting up LOVs in the Universe?

2 Answers   Cap Gemini, Deloitte,






what is Scope of Analysis

8 Answers   TCS,


how many user were there

1 Answers  


What is pragma?

1 Answers  


What is Universe?

1 Answers  


explain in detail about type 3?

0 Answers  


what is projection function in SAP BO

1 Answers   Cap Gemini,


How many universes are required for a single project,and how many reports are required for a single Universe.

2 Answers  


Categories