Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Is there any way to copy text from one table A to another table B. What ever I input in Table A should populate exactly in Table B. (This is to avoid redundancy & mistakes)
SEE Image attached
If it's just a single line of text and you want it to be the same all over the place, like on all the sheets and in notes and in other tables, the easiest thing I can think of is to define a parameter, type STRING, and set it to the desired value. Then, wherever you want to use it, you call out the parameter.
For example, if you define a STRING that has the name mystring, wherever you want to use it you just type &mystring. Creo will see the parameter name and substitute the text you have assigned to mystring wherever you call it out.
