I'm learning Crystal Reports. I want to filter the report to select records that meet 2 criteria. In SQL I would write:
SELECT project_num, user_name, trans_type, status_date, status_desc
FROM process_log p
WHERE status_desc != 'COMPLETED'
AND status_date = (SELECT MAX(status_date)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.