12. Report is running very slow and How do you increase its
performance?
13. In infoview, I want to provide the hyperlink to view the
report in pdf format or other format. is it possible to do it.
14. There is one report and need to add new cloumns which
are not there in database. what is your approach.?
15. Did you face any ambiguous queries and how do you fix it?
Answers were Sorted based on User's Feedback
Answer / gs2kumar@gmail.com
Manasa enti ee Nasa qustion enti nuvvu cheppe answer enti?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gowthami
12. If the report is running slow check the query and correct the problems in joins and loops
Remove unwanted unused objects from report result objects
Remove unused variables from report
Try to use query level filters and not report level filters (Because query level filters restrict the data at DB level itself whereas report level filter allows all data to be executed which will take some time and then it will restrict it at report level)
Try to avoid derived tables at universe which will reduce the performance.
13. I think it is not possible to get the pdf view open through hyperlink. Navigation of one report to another report is possible through hyperlink functionality.
14. You can add columns by following the steps right click add columns create a variable and assign that in that newly created column
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manasa
12A.we increase the performance of the report first of all we resolving join path pbms.These are loops,chasmtrap,fantrap.Resolving these pbms we use alias's for tablas and provide context's for that tables then we resolving join path pbms,after that performance of the record is automtically increses.
13A.In infoview we use hyperlink for navigate from one document other document,from one report to other report,and from one block to other block.
14A.we want to add new columns to the report these are the steps: goto the toolsmenu -> click on new -> create one report after that in resultobjects click at the end of the column of the table -> rightclick -> click on insert new columns to the right.
observe the result on resultsobjects.
| Is This Answer Correct ? | 1 Yes | 3 No |
how can we overcome by loops?and also is it possible ,one user can different universe
i am using Business Objects 6.1(a) facing a problem. ie when we save report in xls format then in xls sheet pictures are inserted into rep file are not come. Is it a bug. Give me answer as soon as possible. Thanks in Advance
What is aggregate table and aggregate fact table ... Any examples of both?
What is meant by multiple data provider.How to use it in universe as well as reporting environment?
i want to creat 2way drilling using hyrarchies and hyperlinks...can anyone please help me
How to create Universe using Flat file in BO6.0
I am getting an pop"there is no data to retrieve" when ever there is no data in the DB,what should be done not to get this pop up even if there is no data
Analysis in business objects?
What is the server based ranking? and its usage?
How to generate the report from excel sheet?
What is meant by Adhoc reports?Can any body will explain with examples...Thanks in Advance .........prakash
how u restrict the values?to display 5 values insted of 10 values?