TEKLA TEMPLATES - REVISION ZERO
REVISÃO ZERO IGUAL A 0, diferente coloca MARCA A, B, C
Esta formula verifica se a revisão é a ZERO ou diferente. Caso seja igual a ZERO coloca o Texto "0", se for diferente vai buscar a Marca.
Content type: DRAWING
if (GetValue("REVISION.NUMBER") == "0") then "00"
else
if (GetValue("REVISION.NUMBER") != "") then GetValue("REVISION.MARK")
else""
endif
endif
Comentários
Enviar um comentário