The documentation you are reading is a pre-release draft. The content is being actively worked on and any information may still change for the official software release.

ROW_IN_PAGE

Tekla Structures
Modified: 7 Oct 2025
2026
Tekla Structures

ROW_IN_PAGE

This is a template attribute. Template attributes can be used in filtering, or to retrieve data from the model to use in drawings and reports. For example, when you create a report, Tekla Structures replaces the attributes added in the report template with the corresponding object property values.

This attribute produces an incremental number starting from 1 at the beginning of each new page. Use in reports and templates.

Note:

ROW_IN_PAGE behaves differently in row rules and in value field formulas. In a row rule, also hidden rows a included in the count, whereas in formulas, only rows visible in the output are included. To overcome this, add a separate value field with ROW_IN_PAGE in the formula and then use that value field with the CopyField() function in the row rule.

Example

ROW_IN_PAGE can be used together with the PAGE attribute to include page or row information in the drawing template. Set Type to Text and enter the following field definition in the Text field properties:

=%PAGE% %/% %ROW_IN_PAGE% 
Was this helpful?
Previous
Next