Difference between revisions of "ATC/Current/AdminGuide/Operators"

From Genesys Documentation
Jump to: navigation, search
(Published)
 
(7 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|DisplayName=Operators
 
|DisplayName=Operators
 
|TocName=Operators
 
|TocName=Operators
|Context=Learn about the types of operators you can use to {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Build_attributes|display text=build attributes}}.
+
|Context={{LimitedAvailability}}Learn about the types of operators that you can use to {{Link-SomewhereInThisVersion|manual=AdminGuide|topic=Build_attributes|display text=create attributes}}.
|Dimension=
+
 
|UseCase=
+
<br />
 +
|Dimension=Segments, Outcomes, ActionMaps
 
|ComingSoon=No
 
|ComingSoon=No
|Platform=PureEngage, PureConnect, PureCloud
+
|Platform=PureConnect, GenesysCloud, GenesysEngage-cloud
|Role=
 
|Application=
 
|Prereq=
 
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Types of operators
 
|sectionHeading=Types of operators
|anchor=
+
|anchor=TypesOperators
 
|alignment=Vertical
 
|alignment=Vertical
|Media=
+
|structuredtext=When you define expressions for segments, outcomes, and action maps, use the operators in the following table.{{NoteFormat|
|image=
 
|structuredtext={{{!}} class="wikitable"
 
{{!}}-
 
{{!}}{{!}}'''Operator'''
 
{{!}}{{!}}'''Description'''
 
{{!}}{{!}}'''Example'''
 
{{!}}-
 
{{!}}{{!}}equals
 
{{!}}{{!}}Finds alphanumeric values that exactly match the attributes in the expression.
 
{{!}}{{!}}Browser version equals 6.5
 
{{!}}-
 
{{!}}{{!}}not equals
 
{{!}}{{!}}Finds alphanumeric values that do not exactly match the attributes in the expression.
 
{{!}}{{!}}Browser version does not equal 7.0
 
{{!}}-
 
{{!}}{{!}}like
 
{{!}}{{!}}Finds alphanumeric values that match the attributes in the expression.
 
{{!}}{{!}}Browser like Chrome
 
{{!}}-
 
{{!}}{{!}}not like
 
{{!}}{{!}}Finds alphanumeric values that do not match the attributes in the expression.<br />
 
{{!}}{{!}}Browser not like Safari
 
{{!}}}
 
|structuredtextwide=
 
|FAQHeading=
 
|Status=No
 
}}{{Section
 
|sectionHeading=GPE-5839 New operators for custom events
 
|anchor=
 
|alignment=Vertical
 
|Media=
 
|image=
 
|structuredtext=When you build expressions for segments, outcomes, and action maps, use the operators in the following table.
 
{{NoteFormat|
 
 
* Expressions are not case-sensitive.
 
* Expressions are not case-sensitive.
 
* Separate a list of values with commas
 
* Separate a list of values with commas
* The available operators depend on what type of object you are configuring. |2}}
+
* Available operators depend on the object type that you are configuring. |2}}
 
{{{!}} class="wikitable"
 
{{{!}} class="wikitable"
 
{{!}}-
 
{{!}}-
 
{{!}}{{!}}'''Operator'''
 
{{!}}{{!}}'''Operator'''
{{!}}{{!}}'''Matches'''
+
{{!}}{{!}}'''Description'''
 
{{!}}-
 
{{!}}-
 
{{!}}contains all
 
{{!}}contains all
{{!}}a single alphanumeric value or a list of alphanumeric values that contain all of the values in the expression<br />
+
{{!}}Contains all the characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}contains any
 
{{!}}contains any
{{!}}a single alphanumeric value or a list of alphanumeric values that contain any of the values in the expression<br />
+
{{!}}Contains one or more characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}does not contain all
 
{{!}}does not contain all
{{!}}a single alphanumeric value or a list of alphanumeric values that do not contain all of the values in the expression<br />
+
{{!}}Doesn't contain all the characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}does not contain any
 
{{!}}does not contain any
{{!}}a single alphanumeric value or a list of alphanumeric values that do not contain any of the values in the expression
+
{{!}}Doesn't contain any of the characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}{{!}}equals
 
{{!}}{{!}}equals
{{!}}{{!}}alphanumeric values that exactly match the values in the expression
+
{{!}}{{!}}Matches the characters that you specify exactly, including case.
 
{{!}}-
 
{{!}}-
 
{{!}}{{!}}not equals
 
{{!}}{{!}}not equals
{{!}}{{!}}alphanumeric values that do not exactly match the values in the expression
+
{{!}}{{!}}Does not match the characters exactly as you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}greater than
 
{{!}}greater than
{{!}}numeric values that are greater than the attributes in the expression
+
{{!}}Attribute is greater than the numeric value that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}greater than or equal
 
{{!}}greater than or equal
{{!}}numeric values that are greater than or equal to the attributes in the expression
+
{{!}}Attribute is greater than or equal to the numeric value that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}less than
 
{{!}}less than
{{!}}numeric values that are less than the attributes in the expression
+
{{!}}Attribute is less than the numeric value that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}less than or equal
 
{{!}}less than or equal
{{!}}numeric values that are less than or equal to the attributes in the expression
+
{{!}}Attribute is less than or equal to the numeric value that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}{{!}}starts with
 
{{!}}{{!}}starts with
{{!}}{{!}}identical characters starting from the beginning of the string up to and including the last character in the string
+
{{!}}{{!}}Starts with the character or characters that you specify.
 
{{!}}-
 
{{!}}-
 
{{!}}{{!}}ends with
 
{{!}}{{!}}ends with
{{!}}{{!}}identical characters starting from the end of the string up to and including the first character in the string
+
{{!}}{{!}}Ends with the character or characters that you specify.
 +
{{!}}-
 +
{{!}}like
 +
{{!}}Contains one or more characters that you specify.{{NoteFormat|Applicable if the custom events feature toggle is false.|}}
 +
{{!}}-
 +
{{!}}not like
 +
{{!}}Doesn't contain any of the characters that you specify.{{NoteFormat|Applicable if the custom events feature toggle is false.|}}
 
{{!}}}
 
{{!}}}
|structuredtextwide=
+
|Status=No
|FAQHeading=
 
|Status=Yes
 
 
}}
 
}}
 
}}
 
}}

Latest revision as of 07:00, June 7, 2022

Limited Availability Learn about the types of operators that you can use to create attributes.


Types of operators

When you define expressions for segments, outcomes, and action maps, use the operators in the following table.
Tip
  • Expressions are not case-sensitive.
  • Separate a list of values with commas
  • Available operators depend on the object type that you are configuring.
Operator Description
contains all Contains all the characters that you specify.
contains any Contains one or more characters that you specify.
does not contain all Doesn't contain all the characters that you specify.
does not contain any Doesn't contain any of the characters that you specify.
equals Matches the characters that you specify exactly, including case.
not equals Does not match the characters exactly as you specify.
greater than Attribute is greater than the numeric value that you specify.
greater than or equal Attribute is greater than or equal to the numeric value that you specify.
less than Attribute is less than the numeric value that you specify.
less than or equal Attribute is less than or equal to the numeric value that you specify.
starts with Starts with the character or characters that you specify.
ends with Ends with the character or characters that you specify.
like Contains one or more characters that you specify.
Important
Applicable if the custom events feature toggle is false.
not like Doesn't contain any of the characters that you specify.
Important
Applicable if the custom events feature toggle is false.
Retrieved from "https://all.docs.genesys.com/ATC/Current/AdminGuide/Operators (2024-04-28 10:27:25)"
Comments or questions about this documentation? Contact us for support!