The parameter or relation attribute @OBJECTTITLE is used to define that the parameter or expression is evaluated and shown as object title in the Workbase treeview.
Place @OBJECTTITLE:Expression in the data slot of the parameter or relation
This attribute is used in objects and makes it possible to show the object by means of a dynamic name. E.g., QEntity has @OBJECTTITLE:QEntityName + INCASE(QEntityIndex,GT,0,THEN," #" + STR$(QEntityIndex),ELSE,"NullString") which shows the entity by its name and entity index, if any.
Member of functional group: Presentation
Member of knowledge base type: Classic and general type, Scenario type and Taxonomy type