Hello,
Using CR 9.0, I have a record selection that looks like this:
({a.COLLECTED} in {?Begin Date} to {?End Date}) and
(("ALL" IN {?Test Code})OR ({a.TESTCODE} = {?Test Code})) and
{a.PS} in [" ", "210", "91840"] and
(("All" in {?Site}) OR {a.LS} = {?Site})
for the a.PS in [" ", "100", "200"] I meant the first entry to pull null values. I have tried it by breaking it out into an OR statement but this does not work. Again, it is in the record selection formula. I get the a.PS records that are 100 or 200 but not the null records.
Any help would be greatly appreciated. Thank you!
Using CR 9.0, I have a record selection that looks like this:
({a.COLLECTED} in {?Begin Date} to {?End Date}) and
(("ALL" IN {?Test Code})OR ({a.TESTCODE} = {?Test Code})) and
{a.PS} in [" ", "210", "91840"] and
(("All" in {?Site}) OR {a.LS} = {?Site})
for the a.PS in [" ", "100", "200"] I meant the first entry to pull null values. I have tried it by breaking it out into an OR statement but this does not work. Again, it is in the record selection formula. I get the a.PS records that are 100 or 200 but not the null records.
Any help would be greatly appreciated. Thank you!