Thanks very much for the reply, but I eventually figured out a way to get what I wanted done without using an SQL expression at all. But thanks as well for the tip on using the SQL command option, didn't know about that.
I have been trying to write an SQL query in a report in CR 8.5 and 11, but having problems in both. Here is the query:
(select employee.memberid from employee
where DateDiff("m",EMPLOYEE.dateOfBirth,{fn CURDATE()}) > 462
and DateDiff("m",EMPLOYEE.dateOfBirth,{fn CURDATE()}) <= 522
and...
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.