Hi,
I made a custom property that is a radio button set, it basically has the following options, for the "Stage of project" part,
- R&D
- Prototype
- Production
I can choose them and everything is fine in the custom-property tab, however I dont know how to link this information in the Drawing format. I know other properties can be linked using
$PRPSHEET:"THINGTOLINK" but I dont know how to link to a radio button set (I mean i would assume it would require some sort of IF structure?) Please see picture:
Top has the property tab
bottom has my current drawing template with 3 checkboxes which are never checked because I dont know how to do this.
Thank you!
I have not been able to figure out how to do what you're looking for. I wanted the same thing for Inch/MM on drawings. I ended up using check boxes instead, with an "X" as the value. It isn't as nice as a radio button because you can select more than one, but it works.
Here is the text that is in my drawing:
ALL DIMENSIONS ARE: <border type=4 size=0> $PRPSHEET:"Inch" </border> INCH <border type=4 size=0>$PRPSHEET:"MM" </border> MILLIMETER
Here is what it looks like:
Hope this helps.