Skip to main content

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")

Was this article helpful?

We're sorry to hear that.