Drawing note based on modified &dwg_name parameter
Hello all,
I am trying to have a note on my drawing that is driven by the drawing name but without the last 2 digits.
EG, drawing name is COFFEE_CUP-RED-01 and I would like a note to read COFFEE_CUP-RED
This is so multiple drawings can be linked to the same model but the notes update based on the drawing name.
I managed to write a relation as a proof of concept that would do what I want but I can't use system parameters (&dwg_name instead of rel_model_name) in the relations field I have learnt.
The relation I was using is;
NAMING_NOTE = extract(rel_model_name, 1, (search(rel_model_name, "01")-1))
Digging through the forums some have mentioned using the drawing program to act like relations but I can't figure this out. I am stuck at trying to have a drawing parameter = a system parameter. Even if I got this to work I'm not sure if I can simply add the above relation into the drawing program.
Any ideas would be greatly appreciated.

