Operate Filter

Parent Previous Next

Our web site

Contact-us

The main role of the Filter is narrowing collection of the records to minimum number of rows. The more character is used in the filter the less rows have match to defined parameter. You are allowed to use a special characters that can replace one or more original character


Special Characters

Some Character such *, [, ], ?, !  have special meaning:

* represents a string of characters, so the string a* will match any string that begins with a, and not only the literal string a*. However in Bulk mail for Acomba this scenario exists by default and adding the * on the end of parameter is not having any effect to the processed data. Instead using the * character on the front like *a or somewhere between characters will filter data successfully.

[a-c] or [A-C] will search for the records that starts with A, B, or C character. similar meaning has [1-9] where Filter will display all row that the first character starts with one of the digit between 1 and 9

? - represents a single character in the string V?c* will find Victoria or Vacation.

[!4] - will match all that is not starting with 4

Return - How To Proceed


Created with the Personal Edition of HelpNDoc: Easily create EBooks