Numbering Not Appearing Properly Via Browser

S

Susan Nare

I created an InfoPath 2007 browser enabled form. The form consists of 20 rows
and two columns. Each row is numbered. I reset each number row to a specific
increment and then published the form. When you view my form in InfoPath each
row is numbered correctly 1 - 20. However, when I publish the form and view
in the browser, each row starts with 1. When you fill in the form, the submit
is set to send the contents of the submission to my email address. The email
I receive is properly numbered 1 - 20. Any ideas why the numbering in the
browser is messed up? I have tested this in both IE 6 & 7 and see the same
problem.
 
A

Anuma(GGK Tech)

Hi,

Which formula you are using for ROW increment. "position()" function will
not work in the browser form.
 
S

Shiva (GGK Tech)

Hello,

How you are incrementing the number for that field using code or any
function in InfoPath? Is these increment values are default value for those
fields? If you have default values then check it once template.xml once you
updating is reflected or not?

After reset the number are you saving the form before publishing?
 
A

Anuma(GGK Tech)

Hi,

You can use Count function instead of Position. try below one.
count(preceding-sibling::my:<RepeatingGroupNodeName>) + 1
 

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. After that, you can post your question and our members will help you out.

Ask a Question

Top