How to auto use different names with a repeating section

  • Thread starter Gerben van Erkelens
  • Start date
G

Gerben van Erkelens

Hi there,

I have 4 fields in a repeating section, named Date, Description,
Ammount and TaxRate Ammount (which is 21% here). The user can fill out
these fields and the last field (TaxRates) will automaticcally
calculate 21% of the total entere Ammount.

But when clicking on the repeating section button I first get 4 new
textboxes as should happen, but when I fill them out, the above text
will change to. Is there an option to automaticcaly change the fields
when adding a repeating section? Like Ammount becomes Ammount2 or
something?
 
A

Alec Pojidaev

You have to use relative Xpath not absolute as you do.
The the fild names in TaxRateAmount formula have to starts with ../my
For example ../my:Ammount
 
G

Gerben van Erkelens

You have to use relative Xpath not absolute as you do.
The the fild names in TaxRateAmount formula have to starts with ../my
For example  ../my:Ammount

--http://alecpojidaev.wordpress.com/

Yes that worked!
Can you tell me if its possible to sum the values in a repeating
section?
 

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