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.
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%