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?
Answer Posted / 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 |
Post New Answer View All Answers
Explain what is aggregate table and aggregate fact table ... Any examples of both?
How would you format some text using css to be verdana and bold?
Let me know the things we can do in webi and cannot do it in full client and vice verse for bo6.5?
How to schedule the report in b.o?
What is the difference between condition & filter?
what is the difference between add link and include link in BO? Explain me with a scenario when to go for add link and when to go for include link?
What are the data types present in bo? What happens if we implement view in the designer and report?
Then how to select the source by using webi or deski reports into crystal reports? i think main source is Businessview. where u import the datasource ?
How to Explain about BO projects in interviews?(in Banking,insurance,Manufacturing domains)
Explain what task is 98% of the required work of a business analyst?
What is thumbnail?
Explain is it the job of a business analyst or systems analyst to draw the class diagram?
IN THE REPORT I WANNA APPLY HYPERLINK FOR A CELL IN THE COLUMN/ROW HOW TO ACHIEVE THIS? EG: YEAR COLUMN : 2001,2002,2003,2004 I WANNA APPLY FOR 2001 ONLY
How to execute the plsql procedure from the report by clicking with mouse?
Regarding Hyperlinking in Business Objects. We have a few reports in QA environment where a number of hyperlinks are employed using OpenDoc function.In some of the reports,hyperlink is used to move to another tab within the same report.The formula used include "DocID" and ReportName="tab name".This works fine but now,for the PROD move,this will not work as the Doc Ids are subject to change. Is there a way to overcome this?Without DocID,how will move to a particular tab? Thanks in advance