ObjectName function

Applies to: TBM Studio 12.0 and later

The function returns the name of the object driving the current report.

Where to use

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

This function is used most often in HTML text boxes on reports as part of dynamic text.

Syntax

ObjectName()

Arguments

None

Return type

String

Examples

The following dynamic text in an HTML text box on a report returns the name of the current report object.

<%=ObjectName()%>