Dear all,
I have some filter query to pass as record selection formula in crystal report. I am having some problems with below sql command .
in some of filter im getting errors.
Kindly help me ..
1. ({AddDedTypeRights.AdddedType} Like 'SYS[_]%%' Or {AddDedTypeRights.AdddedType} Like 'SYSL[_]%%' )
this is a part of record selection formula filter.. Is this ok? (correct in syntax?)
2. {AdddedTran.EmpID} Not In [Select {FinMast.EmpID} From FinMast With (NOLOCK) Where {FinMast.Status} = 35]
Its wrong.. tell me the proper way..
3. ({LeaveTran.SalaryStatus} & 8) = 8)
how to make this correct.....?
kindly reply me please