Look for a value in a repeated table

K

KasF

Hello,

I have a value which can be in one of the rows in the repeated table.
Now, I must react in the scriptcode if the repeated table contains this
value.


How can I do that ??
 
K

KasF

Hello again,

I have found that I can select rows from the repeated table with an
index in the code:

=> .../table[index]/value

Now I need a possibilty to get the size of the table, to iterate
through the table while index is lesser than sizeOfTable (number of
rows)
 
K

KasF

Solved :-D

countRow =
theDataObject.DOM.selectSingleNode("/dfs:myFields/.../Table").length;
 

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