Skip to content

How to filter respondents

Andrés Atencio edited this page Jun 30, 2020 · 7 revisions

To filter respondents you can use some expressions in the form of field1:value1 field2:value2. You can mention as many conditions as needed. Respondents that match all the conditions will be shown as result.

You can filter by

  • disposition
    • Eg: disposition:started
    • Eg: disposition:rejected
    • Eg: disposition:refused
    • Eg: disposition:partial
    • Eg: disposition:"interim partial" 1
    • Eg: disposition:ineligible
    • Eg: disposition:completed
    • Eg: disposition:breakoff
  • mode
    • Eg: mode:sms
    • Eg: mode:ivr
    • Eg: mode:"mobile web"1
  • since
    • Eg: since:2020-03-01 to show respondents updated since the given date in YYYY-MM-DD format.
    • Eg: since:"2020-03-01 15:00" to show respondents updated since the given date in YYYY-MM-DD HH:MM format. 1
  • state
    • Eg: state:pending
    • Eg: state:active
    • Eg: state:completed
    • Eg: state:failed
    • Eg: state:rejected
    • Eg: state:cancelled

1 Quotes are needed because the value has a space.
Clone this wiki locally