S
SteveP.
I am trying to help members of the purchasing department where I work with a
report that they are currently using. This report contains information
regarding ontime/late deliveries. They use the "PromisedDate" and
"ReceiptDate" to determine whether the product received was early or late or
"on-time" in field "EarlyLate". Currently, this report is sent to an Excel
spreadsheet where they run calculations and make decisions off of this
"EarlyLate" field. What I would like to do is add two fields to this report
- one giving a count of the number of receipts that were more than 10 days
early (the way the report is set up is receipts that are "early" are negative
numbers, and receipts that are "late" are positive) and then a count of the
number of receipts that were late.
I tried using =Sum(Abs([EarlyLate]<-10)), =Sum(Abs([EarlyLate]< "-10")), and
=Count(Abs([EarlyLate]<-10)). The first gave an answer of 26, the second -
96, and the last gave 121 (total number of receipts for the vendor in
question). Manually counting through the records I found 6.
I know it's going to be something that seems fairly simple, but I would
appreciate any help I can get.
Thank you,
Steve
report that they are currently using. This report contains information
regarding ontime/late deliveries. They use the "PromisedDate" and
"ReceiptDate" to determine whether the product received was early or late or
"on-time" in field "EarlyLate". Currently, this report is sent to an Excel
spreadsheet where they run calculations and make decisions off of this
"EarlyLate" field. What I would like to do is add two fields to this report
- one giving a count of the number of receipts that were more than 10 days
early (the way the report is set up is receipts that are "early" are negative
numbers, and receipts that are "late" are positive) and then a count of the
number of receipts that were late.
I tried using =Sum(Abs([EarlyLate]<-10)), =Sum(Abs([EarlyLate]< "-10")), and
=Count(Abs([EarlyLate]<-10)). The first gave an answer of 26, the second -
96, and the last gave 121 (total number of receipts for the vendor in
question). Manually counting through the records I found 6.
I know it's going to be something that seems fairly simple, but I would
appreciate any help I can get.
Thank you,
Steve