How do I show Line numbers in a repeating table

S

Smagger1

Is there a simple way to generate line numbers in a repeating table? eg:
1.
2.
3.
etc.
 
A

aconyers

Smagger,

Add a column to your table, place an expression box in the new column
whose XPath statement is "position()" (no quotes). That should give
you what you want.

-Ant
 
S

Smagger

Thank You!

I was trying to use this statement in a bound field not an expression box.

Regards - Smagger
 
Top