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

GetSymbolPriority

Use this function to return the priority of the specified symbol to a specific parent. The priority of a symbol represents the position of the symbol with respect to its parent. The priority is returned as a numeric value between 0 and 99999999 (0 representing the lowest priority).

Syntax:

GetSymbolPriority("dimension", "symName", "parentSymName")

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose priority is to be retrieved.
  • parentSymName is a parent symbol of the specified symbol.

Syntax example:

Set Variable symPriority = GetSymbolPriority("ACCOUNTS", "Cash", "Trial_Balance")

Published:

GetSymbolPriority

Use this function to return the priority of the specified symbol to a specific parent. The priority of a symbol represents the position of the symbol with respect to its parent. The priority is returned as a numeric value between 0 and 99999999 (0 representing the lowest priority).

Syntax:

GetSymbolPriority("dimension", "symName", "parentSymName")

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose priority is to be retrieved.
  • parentSymName is a parent symbol of the specified symbol.

Syntax example:

Set Variable symPriority = GetSymbolPriority("ACCOUNTS", "Cash", "Trial_Balance")

For an optimal Community experience, Please view on Desktop