Accessing a table within a table
I have a namemap of
table.firstcell(1,1).table1.secondcell(1,1)
I want to use a project variable to access cells within the second table
When I set the project variable to to the rowindex of the cell table.firstcell(var1,1) it works.
If I set the second cell to table.firstcell(1,1).table1.secondcell(var2,1) it works.
If I try to do table.firstcell(var1,1).table1.secondcell(var2,1) it does not find the first cell.
I have tried table.refresh and table.refershmapppingInfo
How can I access using variables multiple rowindexs of a table within a table?
The example that I had provided shows you how to use project variables to select a cell in a table (within a table)
Again, without knowing how you have defined your name mappings, it will be difficult to answer your exact question