1. what is the purpose of creation of universe than other
data sources ?
2. which is the best method in performance tuning techniques ?
Answer Posted / gowthami
would like add few points:
At report level,
1. Remove unused objects from the result objects panel
2. Remove unused variables from the report
3. Prefer prompts(query level filter) instead of using report level filter or input control
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between slice and dice and cross tab report?
how to create reports on screech?
Explain the difference between detect alias and detect context?
Explain what is the difference between business requirement document and use case document.
U r project in which stage in implementation?
Tell me a business scenario where I can achieve the data through MINUS only not through subquery.
How to execute the plsql procedure from the report by clicking with mouse?
Difference between zabo and webi?
Explain is it the job of a business analyst or systems analyst to draw the class diagram?
Can we configure two instances of CMS pointing to two different CMS system databases?
When to use local filter and when to use global filter?
How can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?
Explain what are the steps to be taken to schedule the report?
Explain is there any default username & pwd for bo designer & supervisor?
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