Previous Topic: Filter Menu ItemNext Topic: Component Selection


Specifying Filter Values

The filter value can contain special characters to assist you in establishing display criteria:

The percent sign (%) means any string or no string. For example, the filter value %1 means any string ending with 1. The values ENTITY1 and ET1 would both match.

The underscore ( _ ) means any single character. For example, the filter value E_1 means E followed by any character, followed by 1. Both ET1 and E11 would match. ET111 would not match since it has too many characters. Trailing underscores are not supported. Use the percent sign (%) instead.

Examples: