Salvete! I want to filter a list like this.
Now, [othercolumn] is supposed to be the value of the field in the X-Field column. I want to see if the X-field column contains the text given in the othercolumn field.

|
|
|
Try to create calculated field based on your two columns that returns true if one of your columns is a substring of another and false otherwise. Use FIND function: Then create list view filter based on the calculated column. |
|||||||||||
|