How to start rpt.index with 2 instead of 1 in repeat region?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to start rpt.index with 2 instead of 1 in repeat region?
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
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Solved! Go to Solution.
- Labels:
-
General
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Lose the ampersand (&) in the BOM Balloon Parameter.
See the attachment picture.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes. It is working and got the answer.
Thank you very much.
Regards,
Prashant Pandarkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Martin Hanák
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks martin. got the answer
Regards,
Prashant Pandarkar
