You are here: Querying Features > Filtering Feature Display > Filter Features Dialog

Filter Features Dialog

Parameters

Examples

Attribute Test Condition Result
x=abcd X Contains abcd Passed
x=a, Y=big X In Y Failed
X=100 X < 200 Passed
X=4E5 X=400000

Passed, if comparison mode set to Automatic

Failed, if comparison mode set to Case Sensitive or Case Insensitive

Examples where Mode should be set to Automatic or Numeric:

@Area() < 100

@Value(numLanes) > 2

Example where Mode should be set to Case Sensitive or Case Insensitive:

"Joe" = "Jerry"

Search FME Knowledge Center

The Filter Features dialog operates in a similar manner to the Tester transformer in FME Workbench. Search for samples and information about this transformer in the FME Knowledge Center.