So basically Pawan the InList is something that you do in SQL as well with In operator
e.g. Select * from Employee Where Dept_Name In ('Sales','HR')
So similarly you have Where ([Dept] InList("Sales";"HR"))
Its just the specific tools syntax that you need to stick to.
Regards
Niraj