Skip to content

Main Navigation

ISI Analytics
ISI logo
  • Product
        • Product


        • Featured Resource


        • Infortel Select

        • Product Overview
        • Cloud Security & ArchitectureInfortel Select resides in a secure Azure data center environment and employs industry-standard security measurements to protect customer information.
        • Platforms Supported

        • Microsoft Teams
        • Webex Calling
        • Cisco Call Manager
        • Cisco UCCX
        • Avaya
        • Use Cases

        • Queue Analytics
        • Compliance Recording
        • CDR Data Compliance
        • Increase Employee Productivity
        • Call Accounting & Cost Allocation
        • Improve Caller Experience
        • Video

          Queue Analytics Deep Dive with Isaac Al-taraireh




  • Industries
        • Industries


        • Financial ServicesLeading financial service organizations trust ISI.
        • HealthcareUnlock the value of healthcare CDR reporting.
        • Public SectorUnmatched organization, department, and agency CDR visibility.
        • RetailCDR reporting and analytics designed for retailers.
  • Resources
        • Resources


        • Resource LibraryExplore our rich library of resources written by ISI team members and industry experts
        • View Resources By Industry
        • Financial Services
        • Healthcare
        • Public Sector
        • Retail
        • View Resources by Type
        • Videos
        • White Papers
        • Fact Sheets
        • Brochures
        • BlogRead the latest blog posts from ISI and industry experts. Subscribe to receive them by email.

        • Latest Blog Posts

        • See All
        • What are Call Queues from Microsoft Teams, Webex and Cisco Call Manager?

          Learn More

          Webex Calling Native CDR Reporting: Key Features, Use Cases, and Limitations Compared to ISI Analytics

          Learn More

          Mastering Call Record Search with ISI Analytics

          Learn More

          Webex Calling Customer Assist: Key Features, Use Cases and Reporting Limitations

          Learn More
  • Support
        • Support


        • Get SupportTechnical Support is an important part of the Infortel Select experience. Reach us here.
        • System StatusGet ISI Analytics system updates here.
        • Release HistoryView Infortel Select software release notes here.
        • Release Notes
        • Knowledge BaseView a growing repository of support documentation.
        • Office HoursEngage with our experts, get your questions answered, and learn more about our latest features.
        • ISI Analytics Release Notes
  • Pricing
  • Company
        • About ISI


        • Featured Resource


        • About ISIISI makes enterprise CDR data more accessible, usable, and valuable.
        • CareersBe a part of the leader in unified communications data intelligence. Explore open roles with a great team.
        • Contact UsHow would you like to connect with us? See the many ways here.
        • Brochure

          Moving to the Cloud

          Learn More
        • Partners


        • Partner ResourcesBe part of our growing Channel and Technology Partner ecosystem.
        • Deal RegistrationIt`s easy to register deals, secure rewards, and get paid.
        • Current ISI PartnersThe ISI Channel Partner Program provides a straightforward, profitable, and scalable partnering environment.
  • Contact
  • Get Started

What can we help you with?

Dashboard

  • Customizing a Queue Dashboard
  • Widget Filters
  • Widget Descriptions
  • Infortel Login Troubleshooting Guide

Reporting

  • Report Templates
    • Configuring a Report Template
    • Customize a Detail Template
    • Customize Template Filters
    • Generate a Report
    • Sharing Templates
  • Scheduled Templates
    • Configuring a Scheduled Template
  • Report History
    • Retrieve a Report Using Report History
  • Available Templates
    • Microsoft Teams Agent Summary Reports
    • Microsoft Teams Queue Summary Reports
    • Microsoft Teams Agent Detail
    • Microsoft Teams Queue Detail
    • Call Record Search

Administration

  • Connectors
    • Cisco UCM
      • Configuring a Cisco UCM Connector
      • Configuring a Cisco UCM Directory Import
      • CUCM – Cisco CDR Troubleshooting Guide
      • Generate Route Plan Report in CUCM
    • Cisco Webex
      • Configuring a Webex Connector
      • Configuring a Cisco Webex Directory Import
      • Granting ISI Analytics Access to Your Webex Organization
    • Microsoft Entra ID / Teams
      • Configuring a Microsoft Entra ID / Teams Connector
      • Configuring Queue Analytics for Microsoft Teams
      • How to find your Microsoft Entra ID Tenant ID
      • Apply a Conditional Access Policy to the Infortel Call Queue Analytics Service Account
      • Recommendations For Auto-Attendant Configuration
    • Cloud Connect
      • Install and Register Cloud Connect
      • Cloud Connect Server Specs
      • Verify the MD5 Checksum of Cloud Connect
    • Avaya
      • Avaya RSP Troubleshooting
  • Users
    • Important Update: ISI Analytics Login & User Management Changes
    • Managing Users

Guides

  • Quick Start Guide: Using the Data Export API
  • Data Export API
    • Quick Start Guide: Using the Data Export API
    • Available API Filters
  • Microsoft Teams Queue Analytics
    • Queue Metrics

Release Notes

  • ISI Analytics Release Notes
  • Cloud Connect Release Notes
  • ISI Analytics 2023 Release Notes (Archive)
  • ISI Analytics 2022 Release Notes (Archive)

Infortel Classic

  • Dashboard
    • FAQ: Dashboard
  • Administration
    • FAQ: Administration
    • Alarm Definitions
      • Adjust No CDR Alarms
    • Directory
      • FAQ: Directory
      • Web Portal User Login Maintenance Guide
      • FAQ: Migrating From Legacy to Current Authentication
      • Reset Password For Login User IDs
      • Deactivate a User
  • Reporting
    • Report Portal
      • Report Portal Overview
    • Call Exploration
      • Call Exploration Overview
    • Reports
      • Reporting Operators and Wildcards
      • FAQ: Reporting
      • Create a Report
      • Extension Constraints
  • Contact Center
    • FAQ: Contact Center
    • NCQ
      • CUCM – Native Call Queueing Configuration
  • Home
  • Help
  • Infortel Classic
  • Reporting
  • Reports
  • Reporting Operators and Wildcards
View Categories

Reporting Operators and Wildcards

Within the reporting tools, you can filter your data by using constraints. Within the constraints functions you can apply Operators and Wildcards to further narrow down your search.

 

Operators #

Includes: This operator returns any records which exactly match the input.

  • Does not allow the use of wildcards
  • Will accept ranges denoted by dashes. Ranges are inclusive.
    • Example: “1000–2000” will return records matching 1000, 1001, 1002…2000, but will exclude a record matching 2001.

Does not Include: This operator excludes any records which exactly match the input.

  • Does not allow the use of wildcards.
  • Will accept ranges denoted by dashes. Ranges are inclusive.
    • Example: “1000-2000” will exclude records matching 1000, 1001, 1002…2000, but will return a record matching 2001.

Greater Than or Equal To (>=): Numeric data only. This operator looks for records matching a value greater than or equal to the specified value. Does not allow the use of wildcards, or ranges.

  • Example: “>= 1000” will return any records matching 1000, 1001, 1002, etc. but will exclude records matching 900.

Less than or Equal To (<=): Numeric only data. This will allow you to match records to a specific number and lower. Does not allow the use of wildcards, or ranges.

  • Will only exclude data if the record completely matches the input.
  • Will accept ranges by the use of dashes
    • example: “<= 1000” will return any records matching 1000, 999, 998, etc. but will exclude records matching 2000.

Like: This operator looks for partial matches within records.

  • Uses wildcards (covered in next section) to specify search terms.

 

Wildcards #

A wildcard is a character that can be used as a substitute for any of a class of characters when using the Like operator.

* (Asterisk): Represents zero or more characters

  • *12345 returns any record ending with 12345.
  • 12345* returns any record beginning with 12345.
  • *12345* returns records containing 12345 in any position.

? (Question Mark): Represents a single character

  • 123???? returns any record beginning with 123 followed by any four characters, one for each ?.
    • This example will return records matching 1234567 and 1234444, but not 1234 or 123456789.
  • 123?567 returns any record matching 123_567 with any character in the fourth position.
    • This example will return records matching 1234567 and 1234567, but not 123444567 or 123567.
Article Contents
  • Operators
  • Wildcards
  • ISI Analytics
  • About ISI
  • Blog
  • Careers
  • Get Support
  • Partners
  • Resources
ISI logo

ISI Analytics makes raw unified communications data more accessible, usable, and valuable. Thousands of organizations use ISI to support their daily enterprise CDR reporting and data analytics needs.

Address

2515 Waukegan RD, Suite 6057, Bannockburn, Illinois 60015

General

1.847.995.0002



Sales

1.847.706.5070

Support

1.847.592.3250

All rights reserved © 2025 ISI Telemanagement Solutions, LLC

  • Cookie Policy
  • Terms & Conditions
  • Privacy Policy
LinkedIn