InterviewSolution
Saved Bookmarks
| 1. |
Explain The Difference Between Filter And Condition? |
|
Answer» The difference between Filter and CONDITION:Condition returns TRUE or false Ex: if Country = 'India' then ...Filter will RETURN two types of results
The difference between Filter and Condition:Condition returns true or false Ex: if Country = 'India' then ...Filter will return two types of results |
|