Dear friends,
I have a problem. I want to filter more items in one column. I used action "Filtr Collection". I choosed column but I simply dont know how to write a code to filter more items under one column.
I want to Filter "USA" "China" and "Italy"
See uploaded excel sheet.
Can you help me?
I tried this ""[Country] = '""&[USA]&""' Or '""&[Italy]&""'"", this is not throwing any error , but the output collection is still empty
the expression is evaluating to USA Or Italy
Looking at the code stage in the VBO I can see it is using the datarow.select .NET function. My recommendation would be to do some simple internet searching to find out what is possible and how to use that .NET function.