Wildcard characters represent groups of other characters. You can use them in place of actual characters when specifying any of the following:
The following wildcard characters may be used in HP Easytime/iX:
| This character | Represents | 
|---|
| @ | Any number of alphanumeric characters. Alone it means "all". | 
| ? | One alphanumeric character. | 
| # | One number.
 | 
Examples:
To display all file names
To display all file names beginning with T
To display all file names beginning with T followed by four numbers
To display all files for group FINANCE
   File Name: @
   Group:     FINANCE
   Account:   @
  |