Segments

Defining precise subsets of accounts using query-based filters for exports, reports, and bulk actions.

Segments let you define precise subsets of your accounts or contacts using a query-based filter syntax. Whether you're preparing a targeted export, building a report, or isolating a specific portfolio for review, segments give you full control over which records are included.

How segments work

Segments use a Lucene-like query syntax, letting you combine multiple filter conditions using fields, operators, and boolean logic.

Use caseQuery
All delinquent accountsdelinquency_status:delinquent
90+ days past duedays_past_due:[90 TO *]
No contact in 30 dayslast_contact_date:[* TO NOW-30d]
High balance, never contactedbalance:[5000 TO *] AND contact_attempts:0
Specific state, active accountsstate:TX AND account_status:active

Key filterable fields

CategoryFields
Delinquencydelinquency_status, days_past_due, delinquency_amount
Contact historylast_contact_date, contact_attempts, contact_result
Account detailsaccount_status, balance, open_date, product_type
Demographics/geographystate, zip_code, assigned_agent

Creating and using a segment

  1. Navigate to Segments in the main menu.
Segments page
Figure The Segments page in ConcordLink.
  1. Select New Segment and give it a descriptive name.
  2. Enter your query using the filter syntax.
  3. Select Preview to validate the record count and sample data.
  4. Select Save to reuse the segment, or proceed directly to Export or Report.

Adding a new segment

  1. Navigate to Concord → Products → Base Product Template → Segments.
  2. Select the + Segment button in the upper-right corner.
  3. Select either Obligation Segment or Obligor Segment from the dropdown.
  4. Complete the required fields: Name, Key, and any applicable criteria.
  5. Save the segment.

Export scoping with segments

Use a segment to limit an export to a precise subset of data rather than exporting all records from a source.

  1. When creating or editing a data export, expand Advanced Configuration.
  2. Select or define a Segment to scope the export.
  3. Only records matching the segment's query criteria will be included in the output.
Segments must be configured under the Segments tab before they can be referenced in an export.

Tips

Back to: Administrator Tasks and Actions