ACTIONCOLUMN

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

Syntax

ACTIONCOLUMN(pointInTime)

  • pointInTime - defines if the index of the selected column 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 column before the action

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

Remarks

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

Example