what is difference between global filter an query filter in
web intelligence?
Answer Posted / venbkaswar
Global filter is report level filter it's used to just hiding the whole blocks data in the particular report, But query level filter is database level filter it's restrict the data from database it is two types static filter and dynamic/prompt filter.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the data types present in bo? What happens if we implement view in the designer and report?
What sort of existing documents should business analysts refer to when starting on a new project?
What is difference between webi and infoview?
Explain about a tricky situation for which you found a very simple solution?
Explain is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
Explain is there any other repository domains rather than universe, security, document?
what is document design in boxi,have u participate in that
explain in detail about type 3?
what is xcelsius architecture?
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 sort of existing documents should business analysts refer to when starting on a new project?
How would you format some text using css to be verdana and bold?
Explain 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)?
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
Tell me a business scenario where I can achieve the data through MINUS only not through subquery.