wilekoyote76
MIS
I'm using the formula for "yesterday" but the report will actually be used for "today". I have to use "yesterday" to compare to the actual report that was generated in the original program that I'm converting over to Crystal Reports.
I have the following in my selection statement:
(
(
({CONTACT2.UDATEINV}=today - 1)
OR
({CONTACT2.USTATREP}=today - 1)
OR
({CONTACT2.UDATERECD}=today -1)
)
)
I am trying to have the record selection to bring up all the records that have the field updated yesterday. Some of the fields like {contact2.udateinv} may have data in them that is an earlier date and the field {contact2.ustatrep} would be newer and sometimes {contact2.ustatrep has an earlier date than {contact2.udateinv}.
{contact2.udaterecd} will always have the newest date.
Suggestions?
I have the following in my selection statement:
(
(
({CONTACT2.UDATEINV}=today - 1)
OR
({CONTACT2.USTATREP}=today - 1)
OR
({CONTACT2.UDATERECD}=today -1)
)
)
I am trying to have the record selection to bring up all the records that have the field updated yesterday. Some of the fields like {contact2.udateinv} may have data in them that is an earlier date and the field {contact2.ustatrep} would be newer and sometimes {contact2.ustatrep has an earlier date than {contact2.udateinv}.
{contact2.udaterecd} will always have the newest date.
Suggestions?