ANDs can't work because the same field (folderno and contactid) is then being checked for two different values.
Folderno cannot be null AND equal to {?Pm-DCLS_CULTRPT_MAIN_VW.FOLDERNO}
This will never bring any data back if the parameter field has a value, which it does.
LB, That's what I was starting to think. I'll just leave it the way it is (3 subreports) and see if I can come up with a resolution to my blank page problem.
Thanks again for taking the time to help.
Thanks for the reply!!
Putting the ISNULL components first does not solve the problem. The report did bring back some data, but only because the comments that were there to be displayed matched the first criteria (before the first OR).
Crystal still removes my parens and places one at the...
I am using CR9 with an Oracle 9i database.
I have a sub-report that displays comments from an Oracle view. Below is the code I have in the Record Selection Formula
(
{DCLS_REPORT_COMMENTS.TESTGROUPNAME} = {?Pm-DCLS_CULTRPT_MAIN_VW.TESTGROUPNAME}
)
or
(
{DCLS_REPORT_COMMENTS.FOLDERNO} =...
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.