You are here: Features > Integrity Errors > The parameter of action " " in the " " cell event of Cell xx in Table xxx (Row x, Col x) has a R calculation out of range

The parameter of action " " in the " " cell event of Cell xx in Table xxx (Row x, Col x) has a R calculation out of range

Warns that a table cell with an event containing a relative column calculation as one of its parameters is referencing a column that is not valid. For example, if a table has only two columns, A and B, then a calculation in the event in column A that references RC(3) would be invalid since there is no column three columns to the right of column A in the table. Likewise, the calculation RCTOTAL (-1, 1) would also be invalid since there are no columns to the left of column A.

This diagnostic checks events in cells for the following functions: R, RC, RR, RCR, RCTOTAL, and RRTOTAL.

To correct this problem:

Locate the cell containing the event with the RC calculation and modify the parameter to refer to a relationship within the table. For example, in the example discussed above, change the calculation RC(3) in the event to RC(2) to reference an actual table column.

Related Topics