Use single- and multiple-character wildcards for pattern matching in query conditions when you don't know the exact word, phrase, or category you're seeking.
Wildcards are special characters that denote any single character or any number of characters. When entering a pattern match for a prompt (or a constant in the query), use the following wildcards:
To look for the product category of either SHIRTS or SKIRTS, use the pattern S_IRTS. This pattern specifies that the values retrieved must:
The _ means there can be a single unspecified character between the S and the IRTS.
To look for any product category beginning with the letter B, use the pattern B%. This pattern specifies that the values retrieved must have B as the first character. The % means that the B can be followed by an unspecified number of characters.
A report that uses a predefined pattern matching condition will prompt you for either ...starting with or ... contains. You can use wildcards in the text you enter for these prompts, but remember that the ...starting with prompt will have a multi-character wildcard appended to the end and the ...contains prompt will have the multi-character wildcard appended to both the start and end.
You can use wildcards as placeholders for partial pattern searches. When you create the query filter using a wildcard, you must use one of the following relational operators:
If you want to use multiple matches: