 | SUMIF Structure |
Aggregate [float] SUMIF([float] Value, [bit] Truth)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax[SerializableAttribute]
public struct SUMIF
RemarksSum if aggregate function.
Return SUM(Value) where Truth = 1.
Return NULL if Value is not NULL and Truth is NULL.
Attributes
Format.Native, IsInvariantToDuplicates = false, IsInvariantToNulls = false, IsInvariantToOrder = true, IsNullIfEmpty = true
See Also