List.Sum
This function calculates the total of all non-empty values in the list provided as input. If the list contains only empty values, the function returns a null value.
This function calculates the total of all non-empty values in the list provided as input. If the list contains only empty values, the function returns a null value.