Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a Sequence Number in Rule 1

Status
Not open for further replies.
Nov 12, 2003
6
0
0
US
I need to autonumber the output lines in a Mercator Map. Does anybody know how to handle this best?

Thanks!
 
On your functional map call add an extra parameter and pass the index function

=Make_FuncMap(Parm1, Parm2, INDEX($))

This will increment by 1 everytime the functional map is called and can then be mapped. You will need to assign the card a type tree item of the same type (and from a type tree already used elsewhere in the map) in the func map wizard.

Tim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top