samimichaels
IS-IT--Management
I am trying to find a year to date totals on checks that have been run.
Here is what i am running:
if {CGD_DIST_HEADER.CHECK_DATE}> DateTime (2001, 12, 31,00, 00, 00)then Sum ({CGD_DIST_DETAIL.CHECK_AMOUNT})
This is giving me everything. But I just want the sum where the check date is after 12/31/01.
Here is what i am running:
if {CGD_DIST_HEADER.CHECK_DATE}> DateTime (2001, 12, 31,00, 00, 00)then Sum ({CGD_DIST_DETAIL.CHECK_AMOUNT})
This is giving me everything. But I just want the sum where the check date is after 12/31/01.