Thanks for the help!
However, that was just an example of what I am doing... I actually really need to join on both fields... Does Cystal not support parameters in the SQL directly?
I need to include a parameter as part of a LEFT OUTER JOIN selection criteria, DIRECTLY in the Crystal Report SQL area (can not use query file)... How would I do that?
eg:
Select f_name
From employee e LEFT OUTER JOIN user u ON
(e.empl_id = u.empl_id AND
u.lst_mod_dt =...
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.