Hi,
I am creating a line rule with the following parameters below, please guide on the best practice.
and ReqType in ('CMD','ECMD','ETCND')
or ReqType = 'CND' and tcntype not in ('Cvl','PAT','Sur')
Thanks
Dabuskol
Hi,
I am creating a line rule with the following parameters below, please guide on the best practice.
and ReqType in ('CMD','ECMD','ETCND')
or ReqType = 'CND' and tcntype not in ('Cvl','PAT','Sur')
Thanks
Dabuskol
Replace the last line of your line rule with 'True = <expression>' where the expression (fx>Expression) contains: RequestType = 'CND' AND TcnType <> 'Cvl' AND TcnType <> 'PAT' AND TcnType <> 'Sur'
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.