AutoNumber Repeating Sections

V

Vickie

I would like to have a field in a repeating section that automatically
sequentially numbers the sections. I've tried counting a field in the
section, but it just counts itself. Any suggestions?
 
S

Stripe-man

I would like to have a field in a repeating section that automatically
sequentially numbers the sections.  I've tried counting a field in the
section, but it just counts itself.  Any suggestions?

Too easy:

ON the field you want the coutn to happen:
count(preceding-sibling::*)+1
 
Top