Explain the difference between Condition and Filter. Regards.vvk kotamraju

Showing Answers 1 - 9 of 9 Answers

veerareddy

  • Nov 7th, 2006
 

Condition we can create at Designer level where as filters we can create  in Business objects.

Conditions we can use it as an our demand.but, if you create filter once it will execute always.

  Was this answer useful?  Yes

Tanuj Goel

  • Sep 20th, 2011
 

Condition fetches the data directly from database while filter just hides the data without interacting with the database.Condition works on query level while filter works on report level.Condition is used for better performance while filter is used only when we are unable to apply conditions.

Saradhi Sravan Kumar

  • Oct 15th, 2011
 

Condition is applicable on the table set. It works same as where clause in SQL. Where as filter works on the result set, just like having clause in SQL.

Conditions should be applied at the designer level. where as the Filters are mostly used in reporting tools.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions