Hi all,
I am running CR9 on SQLsever. I am applying a record selection criteria to filter records that has certain values or no values
as follows:
({employee_CODE}in ['R99','R98','R03','R02'])
OR
IsNull({employee_CODE})
OR
InStr({employee_CODE}, "") = 0
)
The result I am getting is only for the employees with employee_code in ['R99','R98','R03','R02'],
the records with Null or empty strings are not reported.
Is there anything wrong w/ the filter?
Thank you all
I am running CR9 on SQLsever. I am applying a record selection criteria to filter records that has certain values or no values
as follows:
({employee_CODE}in ['R99','R98','R03','R02'])
OR
IsNull({employee_CODE})
OR
InStr({employee_CODE}, "") = 0
)
The result I am getting is only for the employees with employee_code in ['R99','R98','R03','R02'],
the records with Null or empty strings are not reported.
Is there anything wrong w/ the filter?
Thank you all