How to filter a collection on partial data in a column

sivagelli

Well-Known Member
I am trying to find the right expression to filter a collection where a column is containing .pdf anywhere in the text. Here is a picture of the text I want to filter:

View attachment 3511
(I want row 2 and 3 returned)

Anyone that can help me out? (Yes i am new to BP)
You can use 'Filter Collection' action from Collection Manipulations VBO with inputs:
  • Collection In: <Name of the Collection>
  • Filter: "Attachments LIKE '*.pdf*'"[/icode]

Post back how it goes!
 
Top