Previous Topic: %ParentAtt()Next Topic: %ParentColumn()


%ParentAttribute()

Expands any attribute macro, such as %AttFieldName, on the parent primary key attribute from which the current attribute is migrated.

Syntax

%ParentAttribute(<attribute macro>)

Syntax Example

%ForEachFKAttribute() {%ParentAttribute(%FieldName)}

Expansion

master_number, movie_copy_number

Usage

Classified as an Attribute macro.