Mathematical functions used in evaluating conditions for custom StatRules

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: 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 nameValueDescription
Average0Calculates the average value of the given contact record attribute.
Count1Calculates the number of contact records with a given attribute matching a given value.
Sum2Calculates the sum of the values of a given column across multiple contact records.

See Also