Creating and Using Report Tables
Creating Dynamic Links to Lines Other than the Current Line

To reference lines in a report table other than the current line, use indirect references instead of direct references such as G6. For indirect references, use the following Report Publisher variables:

 INDIRECT and ADDRESS

The following formula references the cell G6 from the cell E2:

 =INDIRECT(ADDRESS(ROW()+4;COLUMN()+2))

 

 Note:

Use the ROW() and COLUMN() formulas to return the current line and column numbers.