Integer
Definition of Integer, a data type, with examples and typical usage in sorts and filters.
In object-oriented programming, structured databases, and CRMs, fields/attributes/columns will often have defined Attribute Data Types.
Definition(s)
Integer is a data type found in our Objects, Lists, List Columns, and Outbounding Metrics
Integerallows for math operations
Examples
A field called "Conversations" in a table.
Typical Usage in Sorts & Filters
Sorting Integer will typically involve sorting largest to smallest, or smallest to largest.
Filtering Integer typically provides the following options:
'is exactly' aka 'exactly matches' aka 'is equal to' aka '=' aka 'is' aka 'equals'
'is not' aka 'does not exactly match' aka 'is not equal to' aka '!=' aka '<>' aka 'does not equal'
'greater than' aka 'is greater than' aka '>'
'less than' aka 'is less than' aka '<'
'greater than or equal to' aka 'is greater than or equal to' aka '>=' aka 'at least'
'less than or equal to' aka 'is less than or equal to' aka '<=' aka 'at most'
'is between'

Last updated
Was this helpful?