1.what is context? How u create? With example.
Answer Posted / g.v.subramanyam
it is a set of joins that specefies one of several paths
through tables in loop.
if a loop is having 2 or more fact tables(multiple fact
tables) then the loop can be resolved by detecting context
tools-->insert context
then
you can select the path.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
WHAT ARE THE META DATA TYPES?WHICH META USING IN BO'S
Explain what are the steps to be taken to schedule the report?
what are the tables used in health care domain project and columns used in report?
Explain difference between zabo and webi?
Difference between b.o 5.1 and 6.1b?
When we use aggregate awareness function in designer?
Can Bo generates the Report from the cubical data Explain?
What's the Functional & Architectural Differences between Business Objects & Web Intelligence Reports?
Explain about a time when you discovered a more efficient way to do a work task?
can anybody tell me about complicated object you have created
Can I create a master report in webi having 15 dimensions and 150 kpi's with 100GB of data and store it in cache ,So that I can use Cache for building new reports with less dimensions and Kpi's without hitting database againg just using cache??Please suggest...
How to open a universe with out using the Designer ??
1)I have createcd a dashboard on Bex query. How to refresh the Dashboard without hitting the bex query? 2)What is Event based scheduling in BO? 3) How to display the BO webi report title using a function? 4) For eg in my webi report iam having a person name like Jhon Peter Adam. But i need to get only the middle name of the person like Peter. What function is used in Webi to get this?
Explain in detail about type 2(scd),
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