Unqualify
The Unqualify statement is used for switching off the qualification of field names that has been previously switched on by the Qualify statement.
Syntax:
Unqualify *fieldlist
Arguments:
Argument | Description |
---|---|
*fieldlist |
A comma separated list of the fields for which qualification should be turned on. Using Refer to the documentation for the Qualify statement for further information. |
Example 1:
Unqualify *;
Example 2:
Unqualify TransID;
See also:
Thanks for helping us improve!