TudorSmith
Programmer
I have a report based on Stock Usage. I want to capture the count if stock items picked when the pick date falls between two dates.
I have this formula:
My complete period range is 01/01/2001 to 31/12/2001, so I am attempting 12 columns (one per month). Trouble is, I get the grand total in each column (Doh!!!)
Is there something wrong with my formula?
birklea
I have this formula:
Code:
IF CDate({DatePicked}) In #01/01/2001# to #31/01/2001# then
Count ({PARTNO_INV}, {PARTNO_INV})
ELSE
0
My complete period range is 01/01/2001 to 31/12/2001, so I am attempting 12 columns (one per month). Trouble is, I get the grand total in each column (Doh!!!)
Is there something wrong with my formula?
birklea