2.What is loop? How resolve the loop?explain it?
Answer Posted / veeru
@loop:
we can say simply like:
loop is a contineous path between
the tables.
we can say another way: if there are number of tables
extractiing with number of ralations ships connecting with
each other is called loop.
two ways to we can resolve the loop
1) Alias
2)context
if our table having only one lookup then we go for the alias
concept to resolve the loop.
if our table having more than one lookup the we go for the
context to resolve the loop
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain about a time when you discovered a more efficient way to do a work task?
Its regarding Javascript coding for customization in BI4 reports. We need to have all the options disabled in the report except the option to Export(save the report in computer in Excel/pdf formats). I am able to hide TopBar,TabBar,Left Navigation etc but I need "Export" option to be displayed to the users in Read mode. Can this selective "hiding" be achieved?
Explain the difference between union and group?
Explain the difference between detect alias and detect context?
can some body explain how migrate the BoXI r2 to BO 3.x and crystal reports XI r1 to Crystal report 2008 ?
Explain how to execute the plsql procedure from the report by clicking with mouse?
What if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
Give some information on report bursting?
Explain in detail about type 2(scd),
What is the difference between user and versatile user?
i want my connection to be dynamic. How can I make it. I mean the username and password should be dynamic. How?
Explain what if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
What's the Functional & Architectural Differences between Business Objects & Web Intelligence Reports?
(1) Is it possible to create measures using objects from different context. (2) If cross context measures are not possible then what about @aggregate_aware() function ,here we use objects from different contexts. (3)Two measures from two different context ,can they be summed at report level.
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