I'm trying to suppress the details of records with dates prior to 5/1/2002, using the following formula to format my Detail Section/Suppress:
{CLAIM.CLS_DATE} <= Date(2002, 04, 30)
However, this suppresses ALL claims with entries in the CLS_DATE field, not just those occurring prior to 5/1/2002.
Any suggestions? Thanks!
Kyle
{CLAIM.CLS_DATE} <= Date(2002, 04, 30)
However, this suppresses ALL claims with entries in the CLS_DATE field, not just those occurring prior to 5/1/2002.
Any suggestions? Thanks!
Kyle