Hi, I have a collection with 3 columns that I then want to filter down into another collection. All columns and its content should come with but I only want to bring the rows where in one of the columns says A or B. But I cant get it to work. I use "'columnname'= 'A' OR 'B'" but i get this error message What am I doing wrong?