I HAVE DRAGGED OBJECTS IN QUERY PANEL....
IF I CHECK THE SQL QUERY IT WAS SHOWING 2 QUERIES
IN WHAT SITUATION IT WILL HAPPEN?
Answer Posted / sj
This Will happen when a context is in picture..if you have
selected objects from a table on which context is defined..
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Give some information on report bursting?
What is thumbnail?
WHAT ARE THE META DATA TYPES?WHICH META USING IN BO'S
Explain are data mart and data warehouse normalized or denormalized? Do both of them exist in?
Let me know the things we can do in webi and cannot do it in full client and vice verse for bo6.5?
how to create metric universe ?
What is package in BO
What is difference between webi and infoview?
Explain the difference between union and group?
is it possible to export the webi reports to crystal reports?with out using businessview?
Explain is it the job of a business analyst or systems analyst to draw the class diagram?
What is the difference between user and versatile user?
If there are no indices defined on any of the columns in the above two tables, which columns would you index to speed up the left join query?
What is the difference between business requirement document and use case document.
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