List.Product
This function calculates the product of all non-null numbers in the list called numbersList. If there are no non-null values in the list, the function returns null.
This function calculates the product of all non-null numbers in the list called numbersList. If there are no non-null values in the list, the function returns null.