Previous Topic: %ParentAttribute()Next Topic: %ViewColumnName


%ParentColumn()

Expands any column macro on the parent foreign key column from which the current column is migrated.

Syntax

%ParentColumn(<column macro>)

Syntax Example

%ForEachFKColumn() {%ParentColumn (%FieldName)}

Expansion

master_number, movie_copy_number

Usage

Classified as an Attribute macro.