In the Information Designer you can use * and ? to filter/prompt for a wider range of values
Using "Al?ha" returns values 5 characters long, starting with "Al" and ending with "ha" with any single character in between
Using "*item" returns all values ending with "item"
Using "item*" returns all values starting with "item"
Using "*item*" returns all values that contains "item" anywhere in the value
Comments
0 comments
Article is closed for comments.