Forum Discussion
Colin_McCrae
12 years agoCommunity Hero
Do the columns within the three tables have different headers? Which are static?
If tables don't have any unique identifiers, I usually end up using something like the number of columns, or column header names ... assuming they are static.
If the content text starts with the column headers then moves onto the table contents below it, just leave the column header text in place and replace all the actual data text with a wildcard (*). Should work?
But I agree. Find the table first, then the cell within it. I'd be amazed if you had a panel with a unique identifier within the cell of a table. But you never know ....
(PS ... doing a bit of testing to supplement the income from the comedy circuit? Much like me with the rally driving ...)
If tables don't have any unique identifiers, I usually end up using something like the number of columns, or column header names ... assuming they are static.
If the content text starts with the column headers then moves onto the table contents below it, just leave the column header text in place and replace all the actual data text with a wildcard (*). Should work?
But I agree. Find the table first, then the cell within it. I'd be amazed if you had a panel with a unique identifier within the cell of a table. But you never know ....
(PS ... doing a bit of testing to supplement the income from the comedy circuit? Much like me with the rally driving ...)