In M-Files while creating filters I need to know how to apply OR Condition

Filter should be Created by Current user or Last Modified by Current User

Currently the above is taking as AND

Parents
  • Hi,

    M-Files does not have OR searches, so you need to find some alternative approach.

    One option is to use valuelist value instead of property:

    This search will find all objects, which has current user set to any property. If you have some other properties listing users, this will count them as well...

    Second option is to add new automatic property that collects values from Created by and Last Modified By properties. Then you can use this new property as search or view condition. 

Reply
  • Hi,

    M-Files does not have OR searches, so you need to find some alternative approach.

    One option is to use valuelist value instead of property:

    This search will find all objects, which has current user set to any property. If you have some other properties listing users, this will count them as well...

    Second option is to add new automatic property that collects values from Created by and Last Modified By properties. Then you can use this new property as search or view condition. 

Children