Insert a zero when the value is smaller than 10 in the template

Tekla Structures
Not version-specific
Tekla Structures
insert zero
two digit in revision template
Environment
Not environment-specific
Attachments

Question:
In revision numbers, I want insert a zero when the value is smaller than 10. For example, as in the image below.

Image
leadzero.png


Answer:
In the number field, use the formula:  format (GetValue ("NUMBER"),"Leading Zeroes","", 2)  
(Sample template attached)


Was this helpful?