Hi All,
I am trying to get the value in a document list.
The size of the document list is dynamic. So I am trying to get the size of the document list and then I am keeping the value as documentList[%size%]/var into variable valueVar.
Consider that the size of the list is 5, so after calculation the variable valueVar will have the value as documentList[5]/var. Now how can I get the value in this value(documentList[5]/var).
Now what I need is that exact value present in that particular position. i.e., if the document list contains the following as value,
documentList[1]/var = 10
documentList[2]/var = 20
documentList[3]/var = 30
documentList[4]/var = 40
documentList[5]/var = 50
how can I get 50 in some other variable.
Any suggestions?
Regards,
Suresh.A