Executive Business Development Question:
Download Questions PDF

Can you please explain the difference between condition & filter?

Business Development Executive Interview Question
Business Development Executive Interview Question

Answer:

Conditions: these retrievals the data based on the condition (universe level)Filter: it brings the data and filter; performance will be slow (report level)

Filters - are used to restrict the number of rows in the output.
Conditions - It wont reduce the Number of Rows, but you can show up data based on some validations.
For Eg: select cust_id from customer where cust_name like 'A%'
Filter is Cust_name like 'A%'.
Condition is also applied at report level.

Download Business Development Executive Interview Questions And Answers PDF

Previous QuestionNext Question
When we use aggregate awareness function in designer?How to generate the report from excel sheet?