Filter values in User/Group control

DocTrix Forms for Office 365 > Designer > Forms > Form editor > Controls > Filter values in User/Group control

Filter values in User/Group control

You may see “Filter value” section in the properties panel if you select a user control on the form:

  • Not filtered – by default all values are available to the end-user;
  • Filtered – filter values according to condition;

In condition builder dialog you may set up filter conditions combined with AND/OR operators:

  • Argument:
  • Field – select a field of the user information list;
  • Value – constant value in quotes ('value') or the reference to current control (controls.controlname,item.field or parent.field);
    • Condition – condition to compare arguments:
  • equals;
  • doesn’t equal;
  • greater or equals;
  • greater;
  • lower or equals;
  • lower;
  • in;
  • begins with;
  • contains;
  • membership;
  • is null;
  • isn’t null.
  • Filter Argument (Field) Condition Argument (Value)
    Allow selection of people only Content Type Equals 'Person'
    Allow selection of people and groups Content Type Equals 'SharePointGroup'

    Contents