Hello
I am trying to sum a column in a collection based on the user and the month for a sales team.
The collection is colTotalSale and the column to be summed is TotalSale.
Sum(Filter(colTotalSale, Date=Month(Now()), User=User().FullName), TotalSale, thought this would work but sadly not. Probably spent too much time on it and cant work out what the error is.
Could some fresh eyes point out the obvious to me 🙂
Thanks