Previous Topic: Define Masking for Tables and ViewsNext Topic: Reduce the Number of Database Calls


Wildcard Character Considerations

When specifying the AUTHID or table name in the Table Masking fields that includes a percent or underscore character, precede the percent or underscore with a backslash (\) character. For example: To specify the table ACCT.DEPT_01, code ACCT in the Authid field and DEPT_01 in the Table field AUTHID and table or view name.

%

Specifies a sequence of any number of characters (including zero).

_

Specifies a single character.

More information:

Define Masking for Tables and Views