WF2 - BOM table -Position index

Discussion in 'Pro/Engineer & Creo Elements/Pro' started by Pierluigi Diletti, Sep 9, 2005.

  1. 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
     
    Pierluigi Diletti, Sep 9, 2005
    #1
  2. Pierluigi Diletti

    Jeff Howard Guest

    /*
    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.

    ==============================
     
    Jeff Howard, Sep 9, 2005
    #2
  3. Pierluigi Diletti

    David Janes Guest

    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, Sep 12, 2005
    #3
  4. Thanks a lot, David
    It's really very simple, even if it's not "automatic".
    Bye

    Pier
     
    Pierluigi Diletti, Sep 12, 2005
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.