|
Re: Table test [message #698960 is a reply to message #698941] |
Wed, 20 July 2011 10:47   |
Eclipse User |
|
|
|
Hi Michel,
Normally, using select value from row / column would be the correct way (you select *the cell containing the value* in the defined row or column).
However, in your case the values are not unique. In cases like this, your best bet is to make a module that does something like:
- Select value from column: use this module to select a cell in the same row, based on a value that is unique. In your picture, it could be e.g. the Task Name or the ID.
- Move: The move action lets you define how many cells, in which direction, and how many clicks should be performed when you get to the specified cell.
By combining the select actions with move actions, you can usually write nice flexible modules that will get you to the place you need to be, even in dynamic tables.
Cheers,
Alex
|
|
|
Re: Table test [message #699721 is a reply to message #698960] |
Fri, 22 July 2011 03:38  |
Eclipse User |
|
|
|
Thank you very much Alex for your fast reply.
This is the right way to do it and it works great ! I didn't realize there was a move feature for table and tree table.
|
|
|
Powered by
FUDForum. Page generated in 0.04092 seconds