Question
model_name + "custom text" in a drawing parameter relation
is there any way to add custom "text" to end of drawing parameter relation below?
we'd like to truncate the "model name last 3 characters" then add text "DOC1"
for our drawing title blocks
DOC_NO=extract(rel_model_name(),1,string_length(rel_model_name())-3)"DOC1"
thanks
Rich

