Conditional Operators

Conditional operators can be used to combine multiple identifiers in analytic criteria expressions. For example, deviceid!=0 would index all audio files. Similarly, gate==1 would index all audio files for calls that came through Gate 1. An expression can be no more than 255 characters.

The following table identifies the operators supported in NICE Uptivity Speech Analytics.

  Conditional Operators   Boolean Operators
== Equal to && Boolean AND operator
!= Not equal to | | Boolean OR operator
> Greater than ( ) Parenthesis used for grouping and precedence
< Less than    
>= Greater than or equal to    
<= Less than or equal to    

,

or

"

Both single and double quotes can be used to signify strings in expressions.    

Related Tasks

Related References