| Author |
Message |
Pierluigi Diletti
Guest
|
Posted:
Fri Sep 09, 2005 8:10 pm Post subject:
WF2 - BOM table -Position index |
|
|
I have a table for BOM in a drawing file.
The position index (rpt.index) increases by 1 ( 1-2-3-...)
I'd like to have an increasing by 10 ( 10-20-30,...).
Do you how to do that ??
Thanks in advance
Pier
|
|
| Back to top |
|
 |
Jeff Howard
Guest
|
Posted:
Fri Sep 09, 2005 8:10 pm Post subject:
Re: WF2 - BOM table -Position index |
|
|
/*
I have a table for BOM in a drawing file.
The position index (rpt.index) increases by 1 ( 1-2-3-...)
I'd like to have an increasing by 10 ( 10-20-30,...).
*/
Don't know if this is the easiest way ....
Create a repeat region relation (Table / Repeat Region / Relations)
my_rpt_index = rpt_index * 10
Change the repeat region symbol from
rpt.index
to
rpt.rel.my_rpt_index
Think that'll do ya.
============================== |
|
| Back to top |
|
 |
David Janes
Guest
|
Posted:
Mon Sep 12, 2005 4:10 pm Post subject:
Re: WF2 - BOM table -Position index |
|
|
| Quote: | "Pierluigi Diletti" <pdiletti@tiscali.it> wrote
I have a table for BOM in a drawing file.
The position index (rpt.index) increases by 1 ( 1-2-3-...)
I'd like to have an increasing by 10 ( 10-20-30,...).
|
You can also manually number every item anything you want with 'Table>Repeat
Region>Fix Index'. Pick the item number and type a new one. It helps to start with
the item that will have the highest number and set that, making room below.
--
David Janes
|
|
| Back to top |
|
 |
Pierluigi Diletti
Guest
|
Posted:
Tue Sep 13, 2005 12:10 am Post subject:
Re: WF2 - BOM table -Position index |
|
|
Thanks a lot, David
It's really very simple, even if it's not "automatic".
Bye
Pier
"David Janes" <djanes@cox.net.inseliges> ha scritto nel messaggio
news:1veVe.77951$DW1.48171@fed1read06...
| Quote: | "Pierluigi Diletti" <pdiletti@tiscali.it> wrote
I have a table for BOM in a drawing file.
The position index (rpt.index) increases by 1 ( 1-2-3-...)
I'd like to have an increasing by 10 ( 10-20-30,...).
You can also manually number every item anything you want with
'Table>Repeat
Region>Fix Index'. Pick the item number and type a new one. It helps to
start with
the item that will have the highest number and set that, making room
below.
--
David Janes
|
|
|
| Back to top |
|
 |
|
|
|
|