Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Text Fields (e.g. Symbol)
Numeric Fields (e.g. Quantity)
  • Empty Value
    ""
  • Multiple Values
    IBM,DELL,YHOO
    PHLX,""
  • Wildcards
    +DELL% (all values that start with +DELL).
    EDG_ (all 4-character values that start with EDG)
  • Special characters in value:
    "123,456" (the value 123,456).
    "DEST%" (the value DEST%).
  • Relative Values
    >100 value greater than 100
    >=100 value greater than or equal to 100
    <100 value less than 100
    <=100 value less than or equal to 100
  • Not Equals
    !=100 value not equal to 100
  • Ranges (as of v1.5.92.42)
    100-200 all values between 100 and 200
    !=100-200 all values not between 100 and 200
  • Multiple Values (as of v1.5.92.42)
    100,155,200