We already have
Item.Avg(field)
Item.Max(field)
Item.Min(field)
Item.Sum(field)
Can we please have
Item.Product(field)
(which would multiply the values of field for all the linked items)
We already have
Item.Avg(field)
Item.Max(field)
Item.Min(field)
Item.Sum(field)
Can we please have
Item.Product(field)
(which would multiply the values of field for all the linked items)
Just had a thought that I also could achieve the same result if there was log and exponential functions in formulas, so that’s Plan B if you can’t do the product function