Hi,
I have Crystal Reports 8.5.
My GH#3 is grouped by Birthdate and it has the following fields:
Birthdate Contract_no Min of Transdate
Min of Transdate field was created because a Contract_no could repeat in the table and I only need the first occurence (i.e. earliest Transdate) of the Contract_no.
Now, I want the record to be printed only if the Transdate is between 2004/12/01 and 2004/12/31.
I inserted the following formula in the
GH#3 -> Format Section -> Suppress (No Drill_Down)
Minimum ({RTL_SALES_IS.TRANSDATE}, {TINFO.BIRTHDATE}) <= cdate(2004, 12, 01) and
Minimum ({RTL_SALES_IS.TRANSDATE}, {TINFO.BIRTHDATE}) >= cdate(2004, 12, 31)
It does not work. I still see records between 2004/12/01 and 2004/12/31.
What am I doing wrong. Please help.
Thanks
I have Crystal Reports 8.5.
My GH#3 is grouped by Birthdate and it has the following fields:
Birthdate Contract_no Min of Transdate
Min of Transdate field was created because a Contract_no could repeat in the table and I only need the first occurence (i.e. earliest Transdate) of the Contract_no.
Now, I want the record to be printed only if the Transdate is between 2004/12/01 and 2004/12/31.
I inserted the following formula in the
GH#3 -> Format Section -> Suppress (No Drill_Down)
Minimum ({RTL_SALES_IS.TRANSDATE}, {TINFO.BIRTHDATE}) <= cdate(2004, 12, 01) and
Minimum ({RTL_SALES_IS.TRANSDATE}, {TINFO.BIRTHDATE}) >= cdate(2004, 12, 31)
It does not work. I still see records between 2004/12/01 and 2004/12/31.
What am I doing wrong. Please help.
Thanks