Answer Posted / kshatri
Conformed Dimensions (CD): These dimensions are something
that is built once in your model and can be reused multiple
times with different fact tables.
For example, consider a model containing multiple fact
tables, representing different data marts. Now look for a
dimension that is common to these facts tables. In this
example, let us consider that the product dimension is
common and hence can be reused by creating short cuts and
joining the different fact tables. Some of the examples are
time dimension, customer dimensions, product dimension.
| Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
What are the general problems that are faced while importing the .biar files and what is the solution to overcome it in business objects?
Give some information on report bursting and how to do it in bca as I have to split the report and send diff reports to diff people?
Explain what task is 98% of the required work of a business analyst?
what is the difference b/w the refresh and buffered data?
What is the profile and package?
In source system we have os - windows BO - 5.1.5. with webi 2.7.1 Repository database - oracle Reports database - Oracle and DB2 Nearly we have 1200 reports in present system , i want to move as it is to new hardware os- windows bo- 5.1.5 with webi2.7.1 repository - oracle reports - oracle and db2 let me know is there any migration techniques in same version. thanks in advance Usha
Explain what is the difference between business requirement document and use case document.
Explain about an assignment you worked on in which you had to amass a huge amount of data, and then analyze it?
in sap bi we have wad, then why we go for sap bo
Explain about a tricky situation for which you found a very simple solution?
What is report template in b.o?
i want my connection to be dynamic. How can I make it. I mean the username and password should be dynamic. How?
How to create Index to the table in the universe designer and how it improves the Query performence
Explain what would you consider as your biggest achievement and why?
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