RC_TABLE_SORT_ORDER

Last modified by superadmin on 2021/05/04 17:09

Makes it possible to customize the sort order for the table of reinforcement. Works for all types of elements except for doublewall & formslab where the following variables are used, RC_TABLE_SORT_ORDER_DOUBLEWALLRC_TABLE_SORT_ORDER_FORMSLAB.

Possible sort parameters:
 Ascending order:
o "$DIM" for diameter/dimension.
o "$QLT" for quality.
o "$TXT" for text on drawing (the text written in the table).
o "$SHAPE" for shape code.
o "$TYPE" for type (0 Bar, 1 Stirrup, 2 Mesh, 3 Bended Mesh, 4 Group).
o "$LEN" for cut length.

 Descending order:
o "$DIMD" for diameter/dimension.
o "$QLTD" for quality.
o "$TXTD" for text on drawing (the text written in the table).
o "$SHAPED" for shape code.
o "$TYPED" for type (0 Bar, 1 Stirrup, 2 Mesh, 3 Bended Mesh, 4 Group).
o "$LEND" for cut length.

Both single and multiple parameters can be added. When multiple parameters are added they’re separated by "," or ";". For example "$QLT;$DIM;$SHAPE".

Note that objects are placed first when values for a parameter are missing, for example, dimension for reinforcement groups or cut length for meshes. 

Example of the IMPACT default setting:

VariableTypeValue
RC_TABLE_SORT_ORDER0$TYPE;$SHAPE;$TXT;$QLT;$DIM;$LEN

RC_TABLE_SORT_ORDER0.png

Example with a user default setting:

VariableTypeValue
RC_TABLE_SORT_ORDER0$QLT;$DIM;$SHAPE

RC_TABLE_SORT_ORDER1.png