what is difference between folders and category ?
Answer Posted / srikanth
Folders are place whether it exactly stores the
documents.Categories are used to classify the documents
like financial,marketing reports.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain how to execute the plsql procedure from the report by clicking with mouse?
What are all difference between business objects 6.5 and xi r2?
What are the join problems comes appart from loop,chasm & fan Traps
Explain in detail about type 2(scd),
When to use local filter and when to use global filter?
explain in detail about type 3?
What Is Snow Flake Schema?
Explain the difference between union and group?
What is the difference in creating filters in designer and business objects?
What is report template in b.o?
Explain what are the measure objects?
BO Security (creating the restriction sets in Universe and applying on selected groups or users) or Database security (Creating the tables in database insrting the user details in that tables and giving conditions in self restricting joins in Universe )Which Security will improve the performance of the reports and for best practices ? I am thinking BO Security will give the better performance, could you please share your thoughts on this please... Thanks...
Explain as a ba (business analyst) approaching a new piece of work, who would you interview and what questions would you ask?
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
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye