M
michael cu
Hi. I have a function that adds invoice values for date
ranges like so:
MTDDollarsShipped: Sum(Abs(([InvoiceDate]>=[Forms]!
[Dashboard]![FirstDayOfMonth]))*[DollarsShipped])
The problem is that it's not treating my negative
DollarsShipped as negatives, so my MTDDollarsShipped value
is higher than it should be. Any thoughts on how to
restructure this would be fantastic. Thanks!
ranges like so:
MTDDollarsShipped: Sum(Abs(([InvoiceDate]>=[Forms]!
[Dashboard]![FirstDayOfMonth]))*[DollarsShipped])
The problem is that it's not treating my negative
DollarsShipped as negatives, so my MTDDollarsShipped value
is higher than it should be. Any thoughts on how to
restructure this would be fantastic. Thanks!