2.What is loop? How resolve the loop?explain it?
Answer Posted / swades
If your universe is simple in terms of tables then go for
alias.
If your universe is complex in terms of tables then go for
Context.
Alias entails the propogation of the universe.
Contexts are not liked by the enduser because we are
forcing the enduser to the database which is the against to
the universe basic rule ie to keep the endusers away from
the database.
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
Can any one say me how i can integrate 3 or more analytics like radio bottons,line chart,pie chart while designing a dash board in xcelsius and i am also facing problem to show one after another values in the same chat at a time..... Please help me out for this....
Can anybody tell me what are the tuning problems?
What is the difference between condition & filter?
what are the tables used in health care domain project and columns used in report?
Can more than 1 metric be applied on an analytic in business objects?
Migration of Reports from business objects 5.1.5 to samee version in different hardware?
What are the data types present in bo? What happens if we implement view in the designer and report?
8. How much supervision have you typically received in your previous job?
Which command using Query Analyzer will give you the version of SQL server and operating system ?
How many universes can be created in a project?
How to do impact analysis for a change in Database field size which is assigned to a Dimension object and used in 10 universes
How to sort the dynamic objects alphabetically on the Universe based on and SQL Server
What is thumbnail?
Give some information on report bursting?
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