Counting a list

A

Alex Logsdon

Is there anyway to have a numbered list counted for each repeated instance
with the count function?
 
A

Alex Logsdon

I take that back, it counts, but not when there is data added. I have to add
data to a part before and hit the down arrow to get it to calculate.
 
V

virgul

Hi,

I'm not sure is that you want but for see the number of the row you can
add the xpath expression position() in the field and in each row
infopath appear th number of the row:

position() Name
1 Victor
2 Alexandre
3 Anna
....

If it's not that you want ask for more

++

Thierry
 
Top