How to override cell in repeat region
I am using creo parametric 10.0.2.0
I have a schedule in my drawing that is using a 2-D repeat region to call out my family table and insert a table with the following:
| fam.inst.param.name | | | |
fam.inst.name | fam.inst.param.value | | | |
| | | | |
| A | B | C | D | PART_NO | REMARKS |
-1 | 0.5 | 0.5 | 0.5 | 0.5 | 150QS01 | NONE |
-2 | 0.2 | 0.2 | 0.2 | 0.2 | 150QS02 | NONE |
I hope that is good enough for anyone to understand what I am doing as I cannot share my actual data.
I want to override one of the fam.inst.param.name cells.
ex: the "PART_NO" cell, I want it to say something like "PART #"
I had seen that using the relations is the way to go but I tried writing something like this:
IF fam_inst_param_name == "PART_NO"
repeat_override = "PART #"
ELSE
repeat_override = fam_inst_param_name
ENDif
I then changed the fam.inst.param.name cell to rpt.rel.repeat_override using the User Defined option but it does not work.
Any help is appreciated as this would unlock a ton of possibilities for my team.

