loveyoursite
Technical User
CRV10 - I have the following formula:
IF {EMPLOYEE.DATE_HIRED} < {?Stop Date} AND ({EMPLOYEE.TERM_DATE} = #1/1/1700# or {EMPLOYEE.TERM_DATE} > {?Stop Date}) then
1
else
0
If the result is 0, I would like the record suppressed. Is there a way to do this?
Example for March 1 thru March 31:
Jones, Debra hire date 06/10/1990 1
Red, Greg hire date 05/16/2005 0
Tresha, Ali term date 01/29/2004 0
I would like for the o's to be surpressed and only show on the report Jones, Debra hire date 06/10/1990 1
I have inserted a group for this field but I don't know how to surpress if the group is 0 and leave the group if it is 1.
Thanks!
IF {EMPLOYEE.DATE_HIRED} < {?Stop Date} AND ({EMPLOYEE.TERM_DATE} = #1/1/1700# or {EMPLOYEE.TERM_DATE} > {?Stop Date}) then
1
else
0
If the result is 0, I would like the record suppressed. Is there a way to do this?
Example for March 1 thru March 31:
Jones, Debra hire date 06/10/1990 1
Red, Greg hire date 05/16/2005 0
Tresha, Ali term date 01/29/2004 0
I would like for the o's to be surpressed and only show on the report Jones, Debra hire date 06/10/1990 1
I have inserted a group for this field but I don't know how to surpress if the group is 0 and leave the group if it is 1.
Thanks!