Returns the sum of all values from a pipebar (|) delimited string. If a value is not a number it is excluded.
SppStringSum([String to Filter])
Where:
String to Filter is a Pipebar (|) delimited string of values to sum.
Rule | Result | Meaning |
---|---|---|
SppStringSum("1|2|3|4") | 10 | Will return the sum of all values in the string. |