The database table looks like this:
Shipping
{Item#} {Date}
How do I show every item whose latest shipping date is more than 90 days ago? Our DB guy said he'd do it in SQL with a HAVING clause.
We're using Crystal Reports v8.0, and the report will be published in Crystal Enterprise. The data is stored in a Baan ERP database, so we can't use SQL Designer (Crystal Enterprise for Baan hooks CR directly to the Baan interface).
Thanks in advance.
Shipping
{Item#} {Date}
How do I show every item whose latest shipping date is more than 90 days ago? Our DB guy said he'd do it in SQL with a HAVING clause.
We're using Crystal Reports v8.0, and the report will be published in Crystal Enterprise. The data is stored in a Baan ERP database, so we can't use SQL Designer (Crystal Enterprise for Baan hooks CR directly to the Baan interface).
Thanks in advance.