Skip to main content

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')

 

12864i6FF4814F8100C543.jpg

 

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'


Reply