Quasilinear filter
Quasilinear filter is filter expression with primary,advanced objects and operators OR/AND without brackets.
Primary structure of filter expression is:
cxWhereCond = P1 and/or Pin and/or P3 and/or Por ...... and/or Pn
Pn - Vdf objects
Pin,Por - Vdf advanced object
IN or OR objects are filter expressions with brackets.
Pin = field_name IN ( val1,val2...) = =(field_name = val1 .OR. field_name = var2 .OR. ....)
Por = (field_name = var5 .OR. BETWEEN(field_name,val6,val7) .OR. ......)
Example
See also
Linear filter |
NoLinearr filter
See also
Vdf objects |
Special objects |
Extended objects |
Kondesed objects