Mathematical functions used in evaluating conditions for custom StatRules
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public enum RuleFunction |
Visual Basic |
---|
Public Enumeration RuleFunction |
Members
Member name | Value | Description | |
---|---|---|---|
Average | 0 | Calculates the average value of the given contact record attribute. | |
Count | 1 | Calculates the number of contact records with a given attribute matching a given value. | |
Sum | 2 | Calculates the sum of the values of a given column across multiple contact records. |