How to get two dimension objects in a same block which are
comming from two different contexts ?
please differentiate star schema and snow fleak schema with dimension table, how end user is depending on them in creating reports.
What is the difference between Sychronisatio and join?
What are the general problems that are faced while importing the .biar files and what is the solution to overcome it in business objects?
Explain in Detail about Measure Objects? and what is the use of it? How to create it?
Types of universes in business objects?
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
can some body explain how migrate the BoXI r2 to BO 3.x and crystal reports XI r1 to Crystal report 2008 ?
why we are using derived tables ?how it will help?
Is it mandatory to give a cardinality ? If cardinality is not given what will happen?
any difficulitis have you phase while creating bo reports and how did u solve it
What is the difference between derived table and views? which one gives better performance?
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