Solved

what is the wildcard identifier for AttributeFilter?

  • 30 July 2014
  • 1 reply
  • 48 views

Badge +1
I have many attributes in a field that contain the string "Contour" as part of a longer string.  I want all the features with the string "contour" to be passed through the fitler.  However I cannot work out what wildcard identifier I need to use for it to recognise this....
icon

Best answer by takashi 30 July 2014, 12:50

View original

1 reply

Userlevel 3
Badge +17
Hi,

 

 

I think you can use the Tester rather than the AttributeFilter. Consider using "Like", "Matches Regex" or "Contains" operator. Maybe "Contains" is most intelligible.

 

Note: since those operators are case-sensitive, two Test Clauses may be necessary if there could be both "Contour" and "contour".

 

 

Takashi

Reply