Locally Overwriting a Structure

A reusable structure is a global object that cannot be changed in the context of a query. You can make a local object from this kind of structure however.

Procedure

  1. If you want to make changes to the structure in the context of your query, choose Dereference from the context menu.
    The system creates a local copy of the structure.
  2. Enter a new description.
  3. Make the required changes to the local structure object.

Results

You have used the global structure object as the basis for a local structure object. You can use this structure in the context of your query, but not in other queries.