Repeating table (rule returns same value as previous record) on lo

E

Ed

I have a repeating table which contains 2 textboxes, one for accountID and
one for account name. I have a rule that returns the account name for the
accountID that is entered, I noticed that the record pointer is not being
reset. If I enter an accountID of "GGG" then the next repeating table item
will only be found if its less than GGG. If I enter "HHH" then the rule will
repeat the same value in the repeating table.
What can I do to solve this.
 
G

Greg Collins

You are most likely using an absolute XPath in your rule which is the source
of the problem. Do a search on the use of the "current()" function, which is
essential for working inside repeating tabels/sections.
 

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