Hmm in CR 8.5 here is my formula I was to see if the contract was closed during July, 2000. Any reason this isn't working?
IF MONTH({dbo_CRTR_CURR.CLOSED_DATE}) = 7 AND YEAR({dbo_CRTR_CURR.CLOSED_DATE}) = 2002 THEN 1 ELSE 0
I then use a running total to sum all the 1's. I'm getting a number far too large to be correct as my answer.
Thank You
IF MONTH({dbo_CRTR_CURR.CLOSED_DATE}) = 7 AND YEAR({dbo_CRTR_CURR.CLOSED_DATE}) = 2002 THEN 1 ELSE 0
I then use a running total to sum all the 1's. I'm getting a number far too large to be correct as my answer.
Thank You