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
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
/*
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.
==============================
You can also manually number every item anything you want with 'Table>Repeat"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,...).
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
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...
"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
TTF formatting in Table text makes table unselectable when y