Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi..
I want to start my repeat region by 2 instead of 1, so please can i know how we can do this.
Thanks,
Prashant pandarkar
Solved! Go to Solution.
You can`t do it directly with rpt.index.
What you can do is create new parameter in repeat region (rpt > rel... > User Defined > write something like: index_2).
Then go to Repeat region Relations and write: index_2=rpt_index+1.
You can`t do it directly with rpt.index.
What you can do is create new parameter in repeat region (rpt > rel... > User Defined > write something like: index_2).
Then go to Repeat region Relations and write: index_2=rpt_index+1.
Hi..
yes, it is working for repeat region table but it creates issue in BOM balloon.
I am trying to create BOM balloon for &rpt.rel.index_2 as shown in below snap but it is not taking.
now my half problem is resolved in repeat region table and half is remaining for BOM balloons.
so please can you suggest.
Regards,
Prashant Pandarkar
Lose the ampersand (&) in the BOM Balloon Parameter.
See the attachment picture.
Yes. It is working and got the answer.
Thank you very much.
Regards,
Prashant Pandarkar
Hi,
you cannot set "origin" number of repeat region index to 2 using some configuration option. You have to apply some trick, for example create new repeat region parameter using repeat region relation.
See Re: create bom with 1st item being 10 and 2nd item being 20 and so on and so forth
MH
Hi Martin,
Given link is working for me in repeat region table but how can i place bom balloons as per repeat region table.
i.e. whatever number is available to rpt.rel.myindex is need to apply for balloons in drawing view.
i am trying to give it in table properties but it is not accepting.
Regards,
Prashant Pandarkar
Thanks martin. got the answer
Regards,
Prashant Pandarkar