WHERE DO YOU USE GLOBAL FILTERS ,EXPLAIN WITH EXAMPLE?
Answer Posted / naveen
gobal filter acts on all fields in the report table
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What sort of existing documents should business analysts refer to when starting on a new project?
CAN ANY BODY PROVIDE DESCRIPTION OF ONE COMPLEX UNIVERSE AND ONE COMPLEX REPORT IN BOS 6.5 TO SRINIVASBO@YAHOO.CO.IN
What is the difference in creating filters in designer and business objects?
What is the difference between absolute and relative div positioning?
Can we configure two instances of CMS pointing to two different CMS system databases?
WHAT ARE THE META DATA TYPES?WHICH META USING IN BO'S
How can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?
what is xcelsius architecture?
Explain what is aggregate table and aggregate fact table ... Any examples of both?
What is thumbnail?
How to open a universe with out using the Designer ??
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
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...
If there are no indices defined on any of the columns in the above two tables, which columns would you index to speed up the left join query?
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