If the check box is checked you are able to type wildcard characters into the fourth drop down list for a condition. The two wildcard characters are '*' and '?'.
The '*' wildcard can be used to represent any combination of characters. For example if you entered * Reagan into the fourth drop down list when testing the value of a Text Input field the field could contain 'anything' and Reagan. For example 'Ronald Reagan' and 'Nancy Reagan' would both be acceptable.
The '?' wildcard can be used to represent any single character. For example if you entered ?eagan into the fourth drop down list when testing the value of a Text Input field the field could contain 'any single character' and eagan. For example Reagan, Peagan and Zeagan would all be acceptable.
|