The "Not Like" operator is used for excluding patterns or any characters from rows. Warning |
---|
"%" will be used as a wildcard to represent any sequence of characters and the "_" represents a single character. |
The following is the list used: Image Added Wildcard at both ends of the value Exclude all rows where the selected field column value matches the specified value. For example, exclude all rows with its "description" column containing "50". Image AddedBorder Result: Image Added Wildcard at the beginning of the value Exclude all rows where the selected field column value ends with the specified characters. For example, exclude all rows where the "description" column ends with "0". Image Added Result: Image Added Wildcard at the end of the value Exclude all rows where the selected field column value starts with the specified characters. For example, exclude all rows where the "name" column starts with "D". Image Added Result: Image Added Single character wildcard Exclude all rows where the selected field column value matches the specified rules Image Added For example, exclude all rows where the "description" column contains "T__0" (3rd & 4th characters can be anything). Result: Image Added |