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

GetSymbolDescription

Use this function to return the description of the specified symbol. The description is returned as a string.

Syntax

GetSymbolDescription( "dimension", "symName"[, "languageCode"])

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose description is to be retrieved.
  • languageCode is the is the optional language code, with a default value of EN.

Syntax example

Set Variable symDescription = GetSymbolDescription( "ACCOUNTS", "A12455", "EN")

Published:

GetSymbolDescription

Use this function to return the description of the specified symbol. The description is returned as a string.

Syntax

GetSymbolDescription( "dimension", "symName"[, "languageCode"])

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose description is to be retrieved.
  • languageCode is the is the optional language code, with a default value of EN.

Syntax example

Set Variable symDescription = GetSymbolDescription( "ACCOUNTS", "A12455", "EN")

For an optimal Community experience, Please view on Desktop