ACTIONROW

Returns the index of the row, which was selected before or after the current action.

Syntax

ACTIONROW(pointInTime)

  • pointInTime - defines if the index of the selected row before or after the current action should be returned - Value type: constant (optional, default value: after) Possible values are:

    • before - returns the index of the selected row before the action

    • after - returns the index of selected row after the action

Remarks

  • If there is no selected row, e.g. if the function is called during an Fx action, the function returns 0.

Example