GetLastFilterColumn function

Applies to: TBM Studio 12.0 and later

Returns the name of the last column to which a filter was applied.

Where to use

This function can be used in:
  • Formula columns in report tables
  • Dynamic Text

Syntax

GetLastFilterColumn()

Return type

Text

Example

The following would return the value "Business Unit"

!Filter[Business Unit=Sales]

See also: GetLastFilterValue