Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

GetSymbolType

Use this function to return the symbol type of the specified symbol. The symbol type is returned as a string. Review the following table for a summary of possible return values and their corresponding status.

Return ValueDescription

STANDARD

The symbol is a standard symbol.

CARRYFORWARD

The symbol is a carry forward symbol.

STATIC

The symbol is a static symbol.

Syntax

GetSymbolType("dimension", "symName")

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose type is to be retrieved.

Syntax example

Set Variable symType = GetSymbolType("ACCOUNTS", "Trial_Balance")

Published:

GetSymbolType

Use this function to return the symbol type of the specified symbol. The symbol type is returned as a string. Review the following table for a summary of possible return values and their corresponding status.

Return ValueDescription

STANDARD

The symbol is a standard symbol.

CARRYFORWARD

The symbol is a carry forward symbol.

STATIC

The symbol is a static symbol.

Syntax

GetSymbolType("dimension", "symName")

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose type is to be retrieved.

Syntax example

Set Variable symType = GetSymbolType("ACCOUNTS", "Trial_Balance")

For an optimal Community experience, Please view on Desktop